Uses of Class
io.trino.hive.thrift.metastore.CheckLockRequest
-
Uses of CheckLockRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return CheckLockRequestModifier and TypeMethodDescriptionCheckLockRequest.deepCopy()ThriftHiveMetastore.check_lock_args.getRqst()CheckLockRequest.setElapsedMs(long elapsed_ms) CheckLockRequest.setLockid(long lockid) CheckLockRequest.setTxnid(long txnid) Methods in io.trino.hive.thrift.metastore with parameters of type CheckLockRequestModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.checkLock(CheckLockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.checkLock(CheckLockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) ThriftHiveMetastore.Client.checkLock(CheckLockRequest rqst) ThriftHiveMetastore.Iface.checkLock(CheckLockRequest rqst) intCheckLockRequest.compareTo(CheckLockRequest other) booleanCheckLockRequest.equals(CheckLockRequest that) voidThriftHiveMetastore.Client.sendCheckLock(CheckLockRequest rqst) ThriftHiveMetastore.check_lock_args.setRqst(CheckLockRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type CheckLockRequestModifierConstructorDescriptioncheck_lock_call(CheckLockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) CheckLockRequest(CheckLockRequest other) Performs a deep copy on other.