public abstract class HCatEventMessage
extends java.lang.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 java.lang.String |
getDB()
Getter for the name of the Database on which the Metastore operation is done.
|
HCatEventMessage.EventType |
getEventType() |
abstract java.lang.String |
getServer()
Getter for HCatalog Server's URL.
|
abstract java.lang.String |
getServicePrincipal()
Getter for the Kerberos principal of the HCatalog service.
|
abstract java.lang.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 java.lang.String getServer()
public abstract java.lang.String getServicePrincipal()
public abstract java.lang.String getDB()
public abstract java.lang.Long getTimestamp()
public HCatEventMessage checkValid()
Copyright © 2012 The Apache Software Foundation