public class JSONDropFunctionMessage extends DropFunctionMessage
HCatEventMessage.EventTypeeventType| Constructor and Description |
|---|
JSONDropFunctionMessage()
Default constructor, required for Jackson.
|
JSONDropFunctionMessage(String server,
String servicePrincipal,
org.apache.hadoop.hive.metastore.api.Function fn,
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 |
getFunctionObjJson() |
String |
getServer()
Getter for HCatalog Server's URL.
|
String |
getServicePrincipal()
Getter for the Kerberos principal of the HCatalog service.
|
Long |
getTimestamp()
Getter for the timestamp associated with the operation.
|
String |
toString() |
checkValid, getEventTypepublic JSONDropFunctionMessage()
public String getDB()
HCatEventMessagegetDB in class HCatEventMessagepublic String getServer()
HCatEventMessagegetServer in class HCatEventMessagepublic String getServicePrincipal()
HCatEventMessagegetServicePrincipal in class HCatEventMessagepublic Long getTimestamp()
HCatEventMessagegetTimestamp in class HCatEventMessagepublic String getFunctionObjJson()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.