Uses of Class
io.trino.hive.thrift.metastore.UnlockRequest
-
Uses of UnlockRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return UnlockRequestModifier and TypeMethodDescriptionUnlockRequest.deepCopy()ThriftHiveMetastore.unlock_args.getRqst()UnlockRequest.setLockid(long lockid) Methods in io.trino.hive.thrift.metastore with parameters of type UnlockRequestModifier and TypeMethodDescriptionintUnlockRequest.compareTo(UnlockRequest other) booleanUnlockRequest.equals(UnlockRequest that) voidThriftHiveMetastore.Client.sendUnlock(UnlockRequest rqst) ThriftHiveMetastore.unlock_args.setRqst(UnlockRequest rqst) voidThriftHiveMetastore.AsyncClient.unlock(UnlockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.unlock(UnlockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.unlock(UnlockRequest rqst) voidThriftHiveMetastore.Iface.unlock(UnlockRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type UnlockRequestModifierConstructorDescriptionunlock_args(UnlockRequest rqst) unlock_call(UnlockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) UnlockRequest(UnlockRequest other) Performs a deep copy on other.