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