public class JSONUpdateTableColumnStatMessage extends UpdateTableColumnStatMessage
EventMessage.EventTypeeventType| Constructor and Description |
|---|
JSONUpdateTableColumnStatMessage()
Default constructor, needed for Jackson.
|
JSONUpdateTableColumnStatMessage(String server,
String servicePrincipal,
Long timestamp,
ColumnStatistics colStats,
Table tableObj,
Map<String,String> parameters,
long writeId) |
| Modifier and Type | Method and Description |
|---|---|
ColumnStatistics |
getColumnStatistics() |
String |
getDB()
Getter for the name of the Database on which the Metastore operation is done.
|
Map<String,String> |
getParameters() |
String |
getServer()
Getter for HCatalog Server's URL.
|
String |
getServicePrincipal()
Getter for the Kerberos principal of the HCatalog service.
|
Table |
getTableObject() |
Long |
getTimestamp()
Getter for the timestamp associated with the operation.
|
Long |
getWriteId() |
String |
toString() |
checkValid, getEventTypepublic JSONUpdateTableColumnStatMessage()
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 ColumnStatistics getColumnStatistics()
getColumnStatistics in class UpdateTableColumnStatMessagepublic Table getTableObject() throws Exception
getTableObject in class UpdateTableColumnStatMessageExceptionpublic Long getWriteId()
getWriteId in class UpdateTableColumnStatMessagepublic Map<String,String> getParameters()
getParameters in class UpdateTableColumnStatMessageCopyright © 2024 The Apache Software Foundation. All rights reserved.