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