Uses of Class
io.trino.hive.thrift.metastore.LockRequest
-
Uses of LockRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return LockRequestModifier and TypeMethodDescriptionLockRequest.deepCopy()ThriftHiveMetastore.lock_args.getRqst()LockRequest.setAgentInfo(String agentInfo) LockRequest.setComponent(List<LockComponent> component) LockRequest.setHostname(String hostname) LockRequest.setTxnid(long txnid) Methods in io.trino.hive.thrift.metastore with parameters of type LockRequestModifier and TypeMethodDescriptionintLockRequest.compareTo(LockRequest other) booleanLockRequest.equals(LockRequest that) voidThriftHiveMetastore.AsyncClient.lock(LockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.lock(LockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) ThriftHiveMetastore.Client.lock(LockRequest rqst) ThriftHiveMetastore.Iface.lock(LockRequest rqst) voidThriftHiveMetastore.Client.sendLock(LockRequest rqst) ThriftHiveMetastore.lock_args.setRqst(LockRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type LockRequestModifierConstructorDescriptionlock_args(LockRequest rqst) lock_call(LockRequest 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) LockRequest(LockRequest other) Performs a deep copy on other.