public class JSONAllocWriteIdMessage extends AllocWriteIdMessage
EventMessage.EventTypeeventType| Constructor and Description |
|---|
JSONAllocWriteIdMessage()
Default constructor, needed for Jackson.
|
JSONAllocWriteIdMessage(String server,
String servicePrincipal,
List<org.apache.hadoop.hive.metastore.api.TxnToWriteId> txnToWriteIdList,
String dbName,
String tableName,
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 |
getTableName() |
Long |
getTimestamp()
Getter for the timestamp associated with the operation.
|
List<org.apache.hadoop.hive.metastore.api.TxnToWriteId> |
getTxnToWriteIdList() |
String |
toString() |
checkValid, getEventTypepublic JSONAllocWriteIdMessage()
public String getServer()
EventMessagegetServer in class EventMessagepublic String getServicePrincipal()
EventMessagegetServicePrincipal in class EventMessagepublic String getDB()
EventMessagegetDB in class EventMessagepublic Long getTimestamp()
EventMessagegetTimestamp in class EventMessagepublic String getTableName()
getTableName in class AllocWriteIdMessagepublic List<org.apache.hadoop.hive.metastore.api.TxnToWriteId> getTxnToWriteIdList()
getTxnToWriteIdList in class AllocWriteIdMessageCopyright © 2019 The Apache Software Foundation. All Rights Reserved.