public class JSONDropConstraintMessage extends DropConstraintMessage
EventMessage.EventTypeeventType| Constructor and Description |
|---|
JSONDropConstraintMessage()
Default constructor, needed for Jackson.
|
JSONDropConstraintMessage(String server,
String servicePrincipal,
String dbName,
String tableName,
String constraintName,
Long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConstraint() |
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() |
Long |
getTimestamp()
Getter for the timestamp associated with the operation.
|
String |
toString() |
checkValid, getEventTypepublic JSONDropConstraintMessage()
public String getServer()
EventMessagegetServer in class EventMessagepublic String getServicePrincipal()
EventMessagegetServicePrincipal in class EventMessagepublic String getDB()
EventMessagegetDB in class EventMessagepublic String getTable()
getTable in class DropConstraintMessagepublic String getConstraint()
getConstraint in class DropConstraintMessagepublic Long getTimestamp()
EventMessagegetTimestamp in class EventMessageCopyright © 2019 The Apache Software Foundation. All Rights Reserved.