@InterfaceAudience.Public @InterfaceStability.Stable public abstract class AddPartitionMessage extends HCatEventMessage
HCatEventMessage.EventTypeeventType| Modifier | Constructor and Description |
|---|---|
protected |
AddPartitionMessage() |
| Modifier and Type | Method and Description |
|---|---|
HCatEventMessage |
checkValid()
Class invariant.
|
abstract List<Map<String,String>> |
getPartitions()
Getter for list of partitions added.
|
abstract String |
getTable()
Getter for name of table (where partitions are added).
|
abstract String |
getTableType() |
getDB, getEventType, getServer, getServicePrincipal, getTimestamppublic abstract String getTable()
public abstract String getTableType()
public abstract List<Map<String,String>> getPartitions()
public HCatEventMessage checkValid()
HCatEventMessagecheckValid in class HCatEventMessageCopyright © 2019 The Apache Software Foundation. All Rights Reserved.