public abstract class AddPartitionMessage extends HCatEventMessage
HCatEventMessage.EventType
eventType
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).
|
getDB, getEventType, getServer, getServicePrincipal, getTimestamp
public abstract String getTable()
public abstract List<Map<String,String>> getPartitions()
public HCatEventMessage checkValid()
HCatEventMessage
checkValid
in class HCatEventMessage
Copyright © 2017 The Apache Software Foundation. All rights reserved.