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(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

AddPartitionEvent

public AddPartitionEvent(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