public abstract class HCatEventMessage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HCatEventMessage.EventType
Enumeration of all supported types of Metastore operations.
|
Modifier and Type | Field and Description |
---|---|
protected HCatEventMessage.EventType |
eventType |
Modifier | Constructor and Description |
---|---|
protected |
HCatEventMessage(HCatEventMessage.EventType eventType) |
Modifier and Type | Method and Description |
---|---|
HCatEventMessage |
checkValid()
Class invariant.
|
abstract String |
getDB()
Getter for the name of the Database on which the Metastore operation is done.
|
HCatEventMessage.EventType |
getEventType() |
abstract String |
getServer()
Getter for HCatalog Server's URL.
|
abstract String |
getServicePrincipal()
Getter for the Kerberos principal of the HCatalog service.
|
abstract Long |
getTimestamp()
Getter for the timestamp associated with the operation.
|
protected HCatEventMessage.EventType eventType
protected HCatEventMessage(HCatEventMessage.EventType eventType)
public HCatEventMessage.EventType getEventType()
public abstract String getServer()
public abstract String getServicePrincipal()
public abstract String getDB()
public abstract Long getTimestamp()
public HCatEventMessage checkValid()
Copyright © 2017 The Apache Software Foundation. All rights reserved.