Uses of Class
io.trino.hive.thrift.metastore.NotificationEventsCountRequest
-
Uses of NotificationEventsCountRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return NotificationEventsCountRequestModifier and TypeMethodDescriptionNotificationEventsCountRequest.deepCopy()ThriftHiveMetastore.get_notification_events_count_args.getRqst()NotificationEventsCountRequest.setCatName(String catName) NotificationEventsCountRequest.setFromEventId(long fromEventId) Methods in io.trino.hive.thrift.metastore with parameters of type NotificationEventsCountRequestModifier and TypeMethodDescriptionintNotificationEventsCountRequest.compareTo(NotificationEventsCountRequest other) booleanNotificationEventsCountRequest.equals(NotificationEventsCountRequest that) voidThriftHiveMetastore.AsyncClient.getNotificationEventsCount(NotificationEventsCountRequest rqst, org.apache.thrift.async.AsyncMethodCallback<NotificationEventsCountResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.getNotificationEventsCount(NotificationEventsCountRequest rqst, org.apache.thrift.async.AsyncMethodCallback<NotificationEventsCountResponse> resultHandler) ThriftHiveMetastore.Client.getNotificationEventsCount(NotificationEventsCountRequest rqst) ThriftHiveMetastore.Iface.getNotificationEventsCount(NotificationEventsCountRequest rqst) voidThriftHiveMetastore.Client.sendGetNotificationEventsCount(NotificationEventsCountRequest rqst) ThriftHiveMetastore.get_notification_events_count_args.setRqst(NotificationEventsCountRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type NotificationEventsCountRequestModifierConstructorDescriptionget_notification_events_count_call(NotificationEventsCountRequest rqst, org.apache.thrift.async.AsyncMethodCallback<NotificationEventsCountResponse> 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.