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

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.events.PreEventContext
      extended by org.apache.hadoop.hive.metastore.events.PreDropPartitionEvent

public class PreDropPartitionEvent
extends PreEventContext


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.metastore.events.PreEventContext
PreEventContext.PreEventType
 
Constructor Summary
PreDropPartitionEvent(Partition partition, HiveMetaStore.HMSHandler handler)
           
 
Method Summary
 Partition getPartition()
           
 
Methods inherited from class org.apache.hadoop.hive.metastore.events.PreEventContext
getEventType, getHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreDropPartitionEvent

public PreDropPartitionEvent(Partition partition,
                             HiveMetaStore.HMSHandler handler)
Method Detail

getPartition

public Partition getPartition()
Returns:
the partition


Copyright © 2011 The Apache Software Foundation