Uses of Class
io.trino.hive.thrift.metastore.ShowLocksRequest
-
Uses of ShowLocksRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return ShowLocksRequestModifier and TypeMethodDescriptionShowLocksRequest.deepCopy()ThriftHiveMetastore.show_locks_args.getRqst()ShowLocksRequest.setIsExtended(boolean isExtended) ShowLocksRequest.setPartname(String partname) ShowLocksRequest.setTablename(String tablename) Methods in io.trino.hive.thrift.metastore with parameters of type ShowLocksRequestModifier and TypeMethodDescriptionintShowLocksRequest.compareTo(ShowLocksRequest other) booleanShowLocksRequest.equals(ShowLocksRequest that) voidThriftHiveMetastore.Client.sendShowLocks(ShowLocksRequest rqst) ThriftHiveMetastore.show_locks_args.setRqst(ShowLocksRequest rqst) voidThriftHiveMetastore.AsyncClient.showLocks(ShowLocksRequest rqst, org.apache.thrift.async.AsyncMethodCallback<ShowLocksResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.showLocks(ShowLocksRequest rqst, org.apache.thrift.async.AsyncMethodCallback<ShowLocksResponse> resultHandler) ThriftHiveMetastore.Client.showLocks(ShowLocksRequest rqst) ThriftHiveMetastore.Iface.showLocks(ShowLocksRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type ShowLocksRequestModifierConstructorDescriptionshow_locks_call(ShowLocksRequest rqst, org.apache.thrift.async.AsyncMethodCallback<ShowLocksResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) ShowLocksRequest(ShowLocksRequest other) Performs a deep copy on other.