HCatEventMessage
insteadpublic abstract class HCatEventMessage
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HCatEventMessage.EventType
Deprecated.
Enumeration of all supported types of Metastore operations.
|
Modifier and Type | Field and Description |
---|---|
protected HCatEventMessage.EventType |
eventType
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
HCatEventMessage(HCatEventMessage.EventType eventType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
HCatEventMessage |
checkValid()
Deprecated.
Class invariant.
|
abstract java.lang.String |
getDB()
Deprecated.
Getter for the name of the Database on which the Metastore operation is done.
|
HCatEventMessage.EventType |
getEventType()
Deprecated.
|
abstract java.lang.String |
getServer()
Deprecated.
Getter for HCatalog Server's URL.
|
abstract java.lang.String |
getServicePrincipal()
Deprecated.
Getter for the Kerberos principal of the HCatalog service.
|
abstract java.lang.Long |
getTimestamp()
Deprecated.
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