public class MPartitionEvent extends Object
Constructor and Description |
---|
MPartitionEvent() |
MPartitionEvent(String dbName,
String tblName,
String partitionName,
int eventType) |
Modifier and Type | Method and Description |
---|---|
void |
setDbName(String dbName) |
void |
setEventTime(long createTime) |
void |
setEventType(int eventType) |
void |
setPartName(String partName) |
void |
setTblName(String tblName) |
String |
toString() |
public MPartitionEvent(String dbName, String tblName, String partitionName, int eventType)
public MPartitionEvent()
public void setDbName(String dbName)
dbName
- the dbName to setpublic void setTblName(String tblName)
tblName
- the tblName to setpublic void setPartName(String partName)
partName
- the partSpec to setpublic void setEventTime(long createTime)
createTime
- the eventTime to setpublic void setEventType(int eventType)
eventType
- the EventType to setCopyright © 2017 The Apache Software Foundation. All rights reserved.