@InterfaceAudience.Public @InterfaceStability.Stable public class PreDropPartitionEvent extends PreEventContext
PreEventContext.PreEventType| Constructor and Description |
|---|
PreDropPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition partition,
boolean deleteData,
IHMSHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDeleteData() |
Iterator<org.apache.hadoop.hive.metastore.api.Partition> |
getPartitionIterator() |
org.apache.hadoop.hive.metastore.api.Table |
getTable() |
getEventType, getHandlerpublic PreDropPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition partition,
boolean deleteData,
IHMSHandler handler)
public Iterator<org.apache.hadoop.hive.metastore.api.Partition> getPartitionIterator()
public org.apache.hadoop.hive.metastore.api.Table getTable()
public boolean getDeleteData()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.