public class JSONUpdatePartitionColumnStatMessage extends UpdatePartitionColumnStatMessage
EventMessage.EventTypeeventType| Constructor and Description |
|---|
JSONUpdatePartitionColumnStatMessage()
Default constructor, needed for Jackson.
|
JSONUpdatePartitionColumnStatMessage(String server,
String servicePrincipal,
Long timestamp,
ColumnStatistics colStats,
List<String> partVals,
Map<String,String> parameters,
Table tableObj,
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() |
List<String> |
getPartVals() |
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 JSONUpdatePartitionColumnStatMessage()
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 UpdatePartitionColumnStatMessagepublic Long getWriteId()
getWriteId in class UpdatePartitionColumnStatMessagepublic Map<String,String> getParameters()
getParameters in class UpdatePartitionColumnStatMessagepublic List<String> getPartVals()
getPartVals in class UpdatePartitionColumnStatMessagepublic Table getTableObject() throws Exception
getTableObject in class UpdatePartitionColumnStatMessageExceptionCopyright © 2024 The Apache Software Foundation. All rights reserved.