public class JSONDropPartitionMessage extends DropPartitionMessage
HCatEventMessage.EventTypeeventType| Constructor and Description |
|---|
JSONDropPartitionMessage()
Default Constructor.
|
JSONDropPartitionMessage(String server,
String servicePrincipal,
String db,
String table,
List<Map<String,String>> partitions,
Long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDB()
Getter for the name of the Database on which the Metastore operation is done.
|
List<Map<String,String>> |
getPartitions() |
String |
getServer()
Getter for HCatalog Server's URL.
|
String |
getServicePrincipal()
Getter for the Kerberos principal of the HCatalog service.
|
String |
getTable() |
Long |
getTimestamp()
Getter for the timestamp associated with the operation.
|
String |
toString() |
checkValidgetEventTypepublic JSONDropPartitionMessage()
public String getServer()
HCatEventMessagegetServer in class HCatEventMessagepublic String getServicePrincipal()
HCatEventMessagegetServicePrincipal in class HCatEventMessagepublic String getDB()
HCatEventMessagegetDB in class HCatEventMessagepublic String getTable()
getTable in class DropPartitionMessagepublic Long getTimestamp()
HCatEventMessagegetTimestamp in class HCatEventMessagepublic List<Map<String,String>> getPartitions()
getPartitions in class DropPartitionMessageCopyright © 2017 The Apache Software Foundation. All rights reserved.