org.apache.hadoop.hive.metastore.events
Class DropPartitionEvent

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.events.ListenerEvent
      extended by org.apache.hadoop.hive.metastore.events.DropPartitionEvent

public class DropPartitionEvent
extends ListenerEvent


Constructor Summary
DropPartitionEvent(Partition partition, boolean status, HiveMetaStore.HMSHandler handler)
           
 
Method Summary
 Partition getPartition()
           
 
Methods inherited from class org.apache.hadoop.hive.metastore.events.ListenerEvent
getHandler, getStatus
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropPartitionEvent

public DropPartitionEvent(Partition partition,
                          boolean status,
                          HiveMetaStore.HMSHandler handler)
Method Detail

getPartition

public Partition getPartition()
Returns:
the partition


Copyright © 2011 The Apache Software Foundation