| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
NotificationEventResponse |
AbstractThriftHiveMetastore.get_next_notification(NotificationEventRequest rqst) |
NotificationEventResponse |
HiveMetaStoreClient.getNextNotification(NotificationEventRequest request,
boolean allowGapsInEventIds,
IMetaStoreClient.NotificationFilter filter) |
NotificationEventResponse |
IMetaStoreClient.getNextNotification(NotificationEventRequest request,
boolean allowGapsInEventIds,
IMetaStoreClient.NotificationFilter filter)
Get the next set of notifications from the database.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationEventRequest |
NotificationEventRequest.deepCopy() |
NotificationEventRequest |
ThriftHiveMetastore.get_next_notification_args.getRqst() |
| Modifier and Type | Method and Description |
|---|---|
int |
NotificationEventRequest.compareTo(NotificationEventRequest other) |
boolean |
NotificationEventRequest.equals(NotificationEventRequest that) |
NotificationEventResponse |
ThriftHiveMetastore.Iface.get_next_notification(NotificationEventRequest rqst) |
NotificationEventResponse |
ThriftHiveMetastore.Client.get_next_notification(NotificationEventRequest rqst) |
void |
ThriftHiveMetastore.AsyncIface.get_next_notification(NotificationEventRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<NotificationEventResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_next_notification(NotificationEventRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<NotificationEventResponse> resultHandler) |
void |
ThriftHiveMetastore.Client.send_get_next_notification(NotificationEventRequest rqst) |
void |
ThriftHiveMetastore.get_next_notification_args.setRqst(NotificationEventRequest rqst) |
| Constructor and Description |
|---|
get_next_notification_args(NotificationEventRequest rqst) |
get_next_notification_call(NotificationEventRequest rqst,
org.apache.thrift.async.AsyncMethodCallback<NotificationEventResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
NotificationEventRequest(NotificationEventRequest other)
Performs a deep copy on other.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.