public class JSONDropTableMessage extends DropTableMessage
HCatEventMessage.EventTypeeventType| Constructor and Description |
|---|
JSONDropTableMessage()
Default constructor, needed for Jackson.
|
JSONDropTableMessage(String server,
String servicePrincipal,
String db,
String table,
String tableType,
Long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDB()
Getter for the name of the Database on which the Metastore operation is done.
|
String |
getServer()
Getter for HCatalog Server's URL.
|
String |
getServicePrincipal()
Getter for the Kerberos principal of the HCatalog service.
|
String |
getTable()
Getter for the name of the table being dropped.
|
String |
getTableType() |
Long |
getTimestamp()
Getter for the timestamp associated with the operation.
|
String |
toString() |
checkValidgetEventTypepublic JSONDropTableMessage()
public String getTable()
DropTableMessagegetTable in class DropTableMessagepublic String getTableType()
getTableType in class DropTableMessagepublic String getServer()
HCatEventMessagegetServer in class HCatEventMessagepublic String getServicePrincipal()
HCatEventMessagegetServicePrincipal in class HCatEventMessagepublic String getDB()
HCatEventMessagegetDB in class HCatEventMessagepublic Long getTimestamp()
HCatEventMessagegetTimestamp in class HCatEventMessageCopyright © 2019 The Apache Software Foundation. All Rights Reserved.