org.apache.hadoop.hive.metastore.model
Class MPartitionEvent
java.lang.Object
org.apache.hadoop.hive.metastore.model.MPartitionEvent
public class MPartitionEvent
- extends Object
MPartitionEvent
public MPartitionEvent(String dbName,
String tblName,
String partitionName,
int eventType)
MPartitionEvent
public MPartitionEvent()
setDbName
public void setDbName(String dbName)
- Parameters:
dbName
- the dbName to set
setTblName
public void setTblName(String tblName)
- Parameters:
tblName
- the tblName to set
setPartName
public void setPartName(String partName)
- Parameters:
partName
- the partSpec to set
setEventTime
public void setEventTime(long createTime)
- Parameters:
createTime
- the eventTime to set
setEventType
public void setEventType(int eventType)
- Parameters:
eventType
- the EventType to set
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2012 The Apache Software Foundation