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

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

public class AddPartitionEvent
extends ListenerEvent


Constructor Summary
AddPartitionEvent(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

AddPartitionEvent

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

getPartition

public Partition getPartition()
Returns:
the partition


Copyright © 2011 The Apache Software Foundation