Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hive.hcatalog.api |
Modifier and Type | Method and Description |
---|---|
boolean |
IMetaStoreClient.NotificationFilter.accept(NotificationEvent event)
Whether a notification event should be accepted
|
void |
RawStore.addNotificationEvent(NotificationEvent event)
Add a notification entry.
|
void |
ObjectStore.addNotificationEvent(NotificationEvent entry) |
Modifier and Type | Method and Description |
---|---|
NotificationEvent |
NotificationEvent.deepCopy() |
Modifier and Type | Method and Description |
---|---|
List<NotificationEvent> |
NotificationEventResponse.getEvents() |
Iterator<NotificationEvent> |
NotificationEventResponse.getEventsIterator() |
Modifier and Type | Method and Description |
---|---|
void |
NotificationEventResponse.addToEvents(NotificationEvent elem) |
int |
NotificationEvent.compareTo(NotificationEvent other) |
boolean |
NotificationEvent.equals(NotificationEvent that) |
Modifier and Type | Method and Description |
---|---|
void |
NotificationEventResponse.setEvents(List<NotificationEvent> events) |
Constructor and Description |
---|
NotificationEvent(NotificationEvent other)
Performs a deep copy on other.
|
Constructor and Description |
---|
NotificationEventResponse(List<NotificationEvent> events) |
Constructor and Description |
---|
HCatNotificationEvent(NotificationEvent event) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.