|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiHiveReplicationResult
public class ApiHiveReplicationResult
Detailed information about a Hive replication job.
Constructor Summary | |
---|---|
ApiHiveReplicationResult()
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
ApiHdfsReplicationResult |
getDataReplicationResult()
Result of table data replication, if performed. |
long |
getDbExpected()
Number of Db's Expected. |
long |
getDbProcessed()
Number of Db's Imported/Exported. |
Integer |
getErrorCount()
Number of errors detected during replication job. |
List<ApiHiveReplicationError> |
getErrors()
List of errors encountered during replication. |
long |
getFunctionExpected()
Number of Functions Expected. |
long |
getFunctionProcessed()
Number of Functions Imported/Exported. |
Integer |
getHiveUDFCount()
Number of hive UDFs that were successfully replicated. |
List<ApiHiveUDF> |
getHiveUDFs()
The list of Impala UDFs successfully replicated. |
Integer |
getImpalaUDFCount()
Number of impala UDFs that were successfully replicated. |
List<ApiImpalaUDF> |
getImpalaUDFs()
The list of Impala UDFs successfully replicated. |
long |
getIndexExpected()
Number of Indexes Expected. |
long |
getIndexProcessed()
Number of Indexes Imported/Exported. |
long |
getPartitionExpected()
Number of Partitions Expected. |
long |
getPartitionProcessed()
Number of Partitions Imported/Exported. |
String |
getPhase()
Phase the replication is in. |
String |
getRunAsUser()
Name of the of proxy user, if any. |
String |
getRunOnSourceAsUser()
Name of the source proxy user, if any. |
long |
getStatsExpected()
Number of Table and Partition Statistics Expected. |
long |
getStatsProcessed()
Number of Table and Partitions Statistics Imported/Exported. |
Integer |
getTableCount()
Number of tables that were successfully replicated. |
long |
getTableExpected()
Number of Tables Expected. |
long |
getTableProcessed()
Number of Tables Imported/Exported. |
List<ApiHiveTable> |
getTables()
The list of tables successfully replicated. |
int |
hashCode()
|
boolean |
isDryRun()
Whether this was a dry run. |
boolean |
isStatsAvailable()
Whether stats are available to display or not. |
void |
setDataReplicationResult(ApiHdfsReplicationResult dataReplicationResult)
|
void |
setDbExpected(long dbExpected)
|
void |
setDbProcessed(long dbProcessed)
|
void |
setDryRun(boolean dryRun)
|
void |
setErrorCount(Integer errorCount)
|
void |
setErrors(List<ApiHiveReplicationError> errors)
|
void |
setFunctionExpected(long functionExpected)
|
void |
setFunctionProcessed(long functionProcessed)
|
void |
setHiveUDFCount(Integer hiveUDFCount)
|
void |
setHiveUDFs(List<ApiHiveUDF> hiveUDFs)
|
void |
setImpalaUDFCount(Integer impalaUDFCount)
|
void |
setImpalaUDFs(List<ApiImpalaUDF> impalaUDFs)
|
void |
setIndexExpected(long indexExpected)
|
void |
setIndexProcessed(long indexProcessed)
|
void |
setPartitionExpected(long partitionExpected)
|
void |
setPartitionProcessed(long partitionProcessed)
|
void |
setPhase(String phase)
|
void |
setRunAsUser(String runAsUser)
|
void |
setRunOnSourceAsUser(String runOnSourceAsUser)
|
void |
setStatsAvailable(boolean statsAvailable)
|
void |
setStatsExpected(long statsExpected)
|
void |
setStatsProcessed(long statsProcessed)
|
void |
setTableCount(Integer tableCount)
|
void |
setTableExpected(long tableExpected)
|
void |
setTableProcessed(long tableProcessed)
|
void |
setTables(List<ApiHiveTable> tables)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApiHiveReplicationResult()
Method Detail |
---|
public String getPhase()
public void setPhase(String phase)
public Integer getTableCount()
public void setTableCount(Integer tableCount)
public List<ApiHiveTable> getTables()
public void setTables(List<ApiHiveTable> tables)
public Integer getImpalaUDFCount()
public void setImpalaUDFCount(Integer impalaUDFCount)
public Integer getHiveUDFCount()
public void setHiveUDFCount(Integer hiveUDFCount)
public List<ApiImpalaUDF> getImpalaUDFs()
public void setImpalaUDFs(List<ApiImpalaUDF> impalaUDFs)
public List<ApiHiveUDF> getHiveUDFs()
public void setHiveUDFs(List<ApiHiveUDF> hiveUDFs)
public Integer getErrorCount()
public void setErrorCount(Integer errorCount)
public List<ApiHiveReplicationError> getErrors()
public void setErrors(List<ApiHiveReplicationError> errors)
public ApiHdfsReplicationResult getDataReplicationResult()
public void setDataReplicationResult(ApiHdfsReplicationResult dataReplicationResult)
public boolean isDryRun()
public void setDryRun(boolean dryRun)
public String getRunAsUser()
public void setRunAsUser(String runAsUser)
public String getRunOnSourceAsUser()
public void setRunOnSourceAsUser(String runOnSourceAsUser)
public boolean isStatsAvailable()
public void setStatsAvailable(boolean statsAvailable)
public long getDbProcessed()
public void setDbProcessed(long dbProcessed)
public long getTableProcessed()
public void setTableProcessed(long tableProcessed)
public long getPartitionProcessed()
public void setPartitionProcessed(long partitionProcessed)
public long getFunctionProcessed()
public void setFunctionProcessed(long functionProcessed)
public long getIndexProcessed()
public void setIndexProcessed(long indexProcessed)
public long getStatsProcessed()
public void setStatsProcessed(long statsProcessed)
public long getDbExpected()
public void setDbExpected(long dbExpected)
public long getTableExpected()
public void setTableExpected(long tableExpected)
public long getPartitionExpected()
public void setPartitionExpected(long partitionExpected)
public long getFunctionExpected()
public void setFunctionExpected(long functionExpected)
public long getIndexExpected()
public void setIndexExpected(long indexExpected)
public long getStatsExpected()
public void setStatsExpected(long statsExpected)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |