| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
NotificationEventResponse |
HiveMetaStore.HMSHandler.get_next_notification(NotificationEventRequest rqst) |
NotificationEventResponse |
IMetaStoreClient.getNextNotification(long lastEventId,
int maxEvents,
IMetaStoreClient.NotificationFilter filter)
Get the next set of notifications from the database.
|
NotificationEventResponse |
HiveMetaStoreClient.getNextNotification(long lastEventId,
int maxEvents,
IMetaStoreClient.NotificationFilter filter) |
NotificationEventResponse |
RawStore.getNextNotification(NotificationEventRequest rqst)
Get the next notification event.
|
NotificationEventResponse |
ObjectStore.getNextNotification(NotificationEventRequest rqst) |
| Modifier and Type | Method and Description |
|---|---|
NotificationEventResponse |
NotificationEventResponse.deepCopy() |
NotificationEventResponse |
ThriftHiveMetastore.Iface.get_next_notification(NotificationEventRequest rqst) |
NotificationEventResponse |
ThriftHiveMetastore.Client.get_next_notification(NotificationEventRequest rqst) |
NotificationEventResponse |
ThriftHiveMetastore.AsyncClient.get_next_notification_call.getResult() |
NotificationEventResponse |
ThriftHiveMetastore.get_next_notification_result.getSuccess() |
NotificationEventResponse |
ThriftHiveMetastore.Client.recv_get_next_notification() |
| Modifier and Type | Method and Description |
|---|---|
int |
NotificationEventResponse.compareTo(NotificationEventResponse other) |
boolean |
NotificationEventResponse.equals(NotificationEventResponse that) |
void |
ThriftHiveMetastore.get_next_notification_result.setSuccess(NotificationEventResponse success) |
| Constructor and Description |
|---|
NotificationEventResponse(NotificationEventResponse other)
Performs a deep copy on other.
|
ThriftHiveMetastore.get_next_notification_result(NotificationEventResponse success) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.