AddPartitionMessage
insteadpublic abstract class AddPartitionMessage extends HCatEventMessage
HCatEventMessage.EventType
eventType
Modifier | Constructor and Description |
---|---|
protected |
AddPartitionMessage()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HCatEventMessage |
checkValid()
Deprecated.
Class invariant.
|
abstract java.util.List<java.util.Map<java.lang.String,java.lang.String>> |
getPartitions()
Deprecated.
Getter for list of partitions added.
|
abstract java.lang.String |
getTable()
Deprecated.
Getter for name of table (where partitions are added).
|
getDB, getEventType, getServer, getServicePrincipal, getTimestamp
public abstract java.lang.String getTable()
public abstract java.util.List<java.util.Map<java.lang.String,java.lang.String>> getPartitions()
public HCatEventMessage checkValid()
HCatEventMessage
checkValid
in class HCatEventMessage
Copyright © 2012 The Apache Software Foundation