public class MPartitionEvent extends Object
| Constructor and Description |
|---|
MPartitionEvent() |
MPartitionEvent(String catName,
String dbName,
String tblName,
String partitionName,
int eventType) |
| Modifier and Type | Method and Description |
|---|---|
void |
setCatalogName(String catName) |
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 catName, String dbName, String tblName, String partitionName, int eventType)
public MPartitionEvent()
public void setCatalogName(String catName)
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 © 2019 The Apache Software Foundation. All Rights Reserved.