public class JSONDeletePartitionColumnStatMessage extends DeletePartitionColumnStatMessage
EventMessage.EventTypeeventType| Constructor and Description |
|---|
JSONDeletePartitionColumnStatMessage()
Default constructor, needed for Jackson.
|
JSONDeletePartitionColumnStatMessage(String server,
String servicePrincipal,
Long timestamp,
String dbName,
String colName,
String partName,
List<String> partValues) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColName() |
String |
getDB()
Getter for the name of the Database on which the Metastore operation is done.
|
String |
getPartName() |
List<String> |
getPartValues() |
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 JSONDeletePartitionColumnStatMessage()
public Long getTimestamp()
EventMessagegetTimestamp in class EventMessagepublic String getDB()
EventMessagegetDB in class EventMessagepublic String getServicePrincipal()
EventMessagegetServicePrincipal in class EventMessagepublic String getServer()
EventMessagegetServer in class EventMessagepublic String getColName()
getColName in class DeletePartitionColumnStatMessagepublic String getPartName()
getPartName in class DeletePartitionColumnStatMessagepublic List<String> getPartValues()
getPartValues in class DeletePartitionColumnStatMessageCopyright © 2024 The Apache Software Foundation. All rights reserved.