|
||||||||||
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. |
Integer |
getErrorCount()
Number of errors detected during replication job. |
List<ApiHiveReplicationError> |
getErrors()
List of errors encountered during replication. |
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. |
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. |
Integer |
getTableCount()
Number of tables that were successfully replicated. |
List<ApiHiveTable> |
getTables()
The list of tables successfully replicated. |
int |
hashCode()
|
boolean |
isDryRun()
Whether this was a dry run. |
void |
setDataReplicationResult(ApiHdfsReplicationResult dataReplicationResult)
|
void |
setDryRun(boolean dryRun)
|
void |
setErrorCount(Integer errorCount)
|
void |
setErrors(List<ApiHiveReplicationError> errors)
|
void |
setHiveUDFCount(Integer hiveUDFCount)
|
void |
setHiveUDFs(List<ApiHiveUDF> hiveUDFs)
|
void |
setImpalaUDFCount(Integer impalaUDFCount)
|
void |
setImpalaUDFs(List<ApiImpalaUDF> impalaUDFs)
|
void |
setPhase(String phase)
|
void |
setRunAsUser(String runAsUser)
|
void |
setRunOnSourceAsUser(String runOnSourceAsUser)
|
void |
setTableCount(Integer tableCount)
|
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 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 |