public class ColumnStatsUpdateWork extends Object implements Serializable, DDLDesc.DDLDescWithWriteId
DDLDesc.DDLDescWithWriteId| Constructor and Description |
|---|
ColumnStatsUpdateWork(org.apache.hadoop.hive.metastore.api.ColumnStatistics colStats) |
ColumnStatsUpdateWork(org.apache.hadoop.hive.metastore.api.ColumnStatistics colStats,
String dumpRoot,
ReplicationMetricCollector metricCollector,
boolean isReplication) |
ColumnStatsUpdateWork(String partName,
Map<String,String> mapProp,
String dbName,
String tableName,
String colName,
String colType) |
| Modifier and Type | Method and Description |
|---|---|
String |
dbName() |
String |
getColName() |
org.apache.hadoop.hive.metastore.api.ColumnStatistics |
getColStats() |
String |
getColType() |
String |
getDumpDirectory() |
String |
getFullTableName() |
Map<String,String> |
getMapProp() |
ReplicationMetricCollector |
getMetricCollector() |
String |
getPartName() |
String |
getTableName() |
long |
getWriteId() |
boolean |
isReplication() |
boolean |
mayNeedWriteId() |
void |
setWriteId(long writeId) |
String |
toString() |
public ColumnStatsUpdateWork(String partName, Map<String,String> mapProp, String dbName, String tableName, String colName, String colType)
public ColumnStatsUpdateWork(org.apache.hadoop.hive.metastore.api.ColumnStatistics colStats)
public ColumnStatsUpdateWork(org.apache.hadoop.hive.metastore.api.ColumnStatistics colStats, String dumpRoot, ReplicationMetricCollector metricCollector, boolean isReplication)
public String getDumpDirectory()
public boolean isReplication()
public String getPartName()
public String dbName()
public String getTableName()
public String getColName()
public String getColType()
public org.apache.hadoop.hive.metastore.api.ColumnStatistics getColStats()
public ReplicationMetricCollector getMetricCollector()
public void setWriteId(long writeId)
setWriteId in interface DDLDesc.DDLDescWithWriteIdpublic long getWriteId()
public String getFullTableName()
getFullTableName in interface DDLDesc.DDLDescWithWriteIdpublic boolean mayNeedWriteId()
mayNeedWriteId in interface DDLDesc.DDLDescWithWriteIdCopyright © 2024 The Apache Software Foundation. All rights reserved.