Uses of Class
io.trino.hive.thrift.metastore.NotificationEventRequest
-
Uses of NotificationEventRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return NotificationEventRequestModifier and TypeMethodDescriptionNotificationEventRequest.deepCopy()ThriftHiveMetastore.get_next_notification_args.getRqst()NotificationEventRequest.setLastEvent(long lastEvent) NotificationEventRequest.setMaxEvents(int maxEvents) Methods in io.trino.hive.thrift.metastore with parameters of type NotificationEventRequestModifier and TypeMethodDescriptionintNotificationEventRequest.compareTo(NotificationEventRequest other) booleanNotificationEventRequest.equals(NotificationEventRequest that) voidThriftHiveMetastore.AsyncClient.getNextNotification(NotificationEventRequest rqst, org.apache.thrift.async.AsyncMethodCallback<NotificationEventResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.getNextNotification(NotificationEventRequest rqst, org.apache.thrift.async.AsyncMethodCallback<NotificationEventResponse> resultHandler) ThriftHiveMetastore.Client.getNextNotification(NotificationEventRequest rqst) ThriftHiveMetastore.Iface.getNextNotification(NotificationEventRequest rqst) voidThriftHiveMetastore.Client.sendGetNextNotification(NotificationEventRequest rqst) ThriftHiveMetastore.get_next_notification_args.setRqst(NotificationEventRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type NotificationEventRequestModifierConstructorDescriptionget_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) Performs a deep copy on other.