org.apache.hadoop.hive.metastore.events
Class PreLoadPartitionDoneEvent
java.lang.Object
org.apache.hadoop.hive.metastore.events.PreEventContext
org.apache.hadoop.hive.metastore.events.PreLoadPartitionDoneEvent
public class PreLoadPartitionDoneEvent
- extends PreEventContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreLoadPartitionDoneEvent
public PreLoadPartitionDoneEvent(HiveMetaStore.HMSHandler handler,
String dbName,
String tableName,
Map<String,String> partSpec)
getDbName
public String getDbName()
getTableName
public String getTableName()
getPartitionName
public Map<String,String> getPartitionName()
- Returns:
- the partition Name
Copyright © 2011 The Apache Software Foundation