public class JSONDropTableMessage extends DropTableMessage
HCatEventMessage.EventType
eventType
Constructor and Description |
---|
JSONDropTableMessage()
Default constructor, needed for Jackson.
|
JSONDropTableMessage(String server,
String servicePrincipal,
String db,
String table,
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.
|
Long |
getTimestamp()
Getter for the timestamp associated with the operation.
|
String |
toString() |
checkValid
getEventType
public JSONDropTableMessage()
public String getTable()
DropTableMessage
getTable
in class DropTableMessage
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
Copyright © 2017 The Apache Software Foundation. All rights reserved.