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

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

public class LoadPartitionDoneEvent
extends ListenerEvent


Constructor Summary
LoadPartitionDoneEvent(boolean status, HiveMetaStore.HMSHandler handler, Table table, Map<String,String> partSpec)
           
 
Method Summary
 Map<String,String> getPartitionName()
           
 Table getTable()
           
 
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

LoadPartitionDoneEvent

public LoadPartitionDoneEvent(boolean status,
                              HiveMetaStore.HMSHandler handler,
                              Table table,
                              Map<String,String> partSpec)
Method Detail

getTable

public Table getTable()
Returns:
the tblName

getPartitionName

public Map<String,String> getPartitionName()
Returns:
the partition Name


Copyright © 2011 The Apache Software Foundation