@InterfaceAudience.Public @InterfaceStability.Stable public class PreAlterPartitionEvent extends PreEventContext
PreEventContext.PreEventType| Constructor and Description |
|---|
PreAlterPartitionEvent(String dbName,
String tableName,
List<String> oldPartVals,
org.apache.hadoop.hive.metastore.api.Partition newPart,
IHMSHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDbName() |
org.apache.hadoop.hive.metastore.api.Partition |
getNewPartition() |
List<String> |
getOldPartVals() |
String |
getTableName() |
getEventType, getHandlerpublic PreAlterPartitionEvent(String dbName, String tableName, List<String> oldPartVals, org.apache.hadoop.hive.metastore.api.Partition newPart, IHMSHandler handler)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.