public class JSONAlterPartitionMessage extends AlterPartitionMessage
HCatEventMessage.EventType
eventType
Constructor and Description |
---|
JSONAlterPartitionMessage()
Default constructor, needed for Jackson.
|
JSONAlterPartitionMessage(String server,
String servicePrincipal,
String db,
String table,
Map<String,String> keyValues,
Long timestamp) |
Modifier and Type | Method and Description |
---|---|
String |
getDB()
Getter for the name of the Database on which the Metastore operation is done.
|
Map<String,String> |
getKeyValues() |
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 JSONAlterPartitionMessage()
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 Long getTimestamp()
HCatEventMessage
getTimestamp
in class HCatEventMessage
public String getTable()
getTable
in class AlterPartitionMessage
public Map<String,String> getKeyValues()
getKeyValues
in class AlterPartitionMessage
Copyright © 2017 The Apache Software Foundation. All rights reserved.