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

java.lang.Object
  extended by org.apache.hadoop.hive.metastore.events.PreEventContext
      extended by org.apache.hadoop.hive.metastore.events.PreLoadPartitionDoneEvent

public class PreLoadPartitionDoneEvent
extends PreEventContext


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hive.metastore.events.PreEventContext
PreEventContext.PreEventType
 
Constructor Summary
PreLoadPartitionDoneEvent(String dbName, String tableName, Map<String,String> partSpec, HiveMetaStore.HMSHandler handler)
           
 
Method Summary
 String getDbName()
           
 Map<String,String> getPartitionName()
           
 String getTableName()
           
 
Methods inherited from class org.apache.hadoop.hive.metastore.events.PreEventContext
getEventType, getHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreLoadPartitionDoneEvent

public PreLoadPartitionDoneEvent(String dbName,
                                 String tableName,
                                 Map<String,String> partSpec,
                                 HiveMetaStore.HMSHandler handler)
Method Detail

getDbName

public String getDbName()

getTableName

public String getTableName()

getPartitionName

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


Copyright © 2011 The Apache Software Foundation