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(Table table, Partition partition, boolean status, HiveMetaStore.HMSHandler handler)
           
 
Method Summary
 Partition getPartition()
           
 Table getTable()
           
 
Methods inherited from class org.apache.hadoop.hive.metastore.events.ListenerEvent
getEnvironmentContext, getHandler, getStatus, setEnvironmentContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DropPartitionEvent

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

getPartition

public Partition getPartition()
Returns:
the partition

getTable

public Table getTable()
Returns:
the table


Copyright © 2011 The Apache Software Foundation