@InterfaceAudience.Public @InterfaceStability.Stable public class DropPartitionEvent extends ListenerEvent
| Constructor and Description |
|---|
DropPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition partition,
boolean status,
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() |
getEnvironmentContext, getHandler, getIHMSHandler, getParameters, getStatus, putParameter, putParameters, setEnvironmentContextpublic DropPartitionEvent(org.apache.hadoop.hive.metastore.api.Table table,
org.apache.hadoop.hive.metastore.api.Partition partition,
boolean status,
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.