public class ApiHiveReplicationResult extends Object
Constructor and Description |
---|
ApiHiveReplicationResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
setTableCount(Integer tableCount) |
void |
setTables(List<ApiHiveTable> tables) |
String |
toString() |
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)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.