org.apache.hadoop.hive.metastore.events
Class DropPartitionEvent
java.lang.Object
org.apache.hadoop.hive.metastore.events.ListenerEvent
org.apache.hadoop.hive.metastore.events.DropPartitionEvent
public class DropPartitionEvent
- extends ListenerEvent
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropPartitionEvent
public DropPartitionEvent(Table table,
Partition partition,
boolean status,
HiveMetaStore.HMSHandler handler)
getPartition
public Partition getPartition()
- Returns:
- the partition
getTable
public Table getTable()
- Returns:
- the table
Copyright © 2011 The Apache Software Foundation