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, boolean deleteData, HiveMetaStore.HMSHandler handler)
           
 
Method Summary
 boolean getDeleteData()
           
 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,
                          boolean deleteData,
                          HiveMetaStore.HMSHandler handler)
Method Detail

getPartition

public Partition getPartition()
Returns:
the partition

getTable

public Table getTable()
Returns:
the table

getDeleteData

public boolean getDeleteData()
Returns:
the deleteData flag


Copyright © 2012 The Apache Software Foundation