Uses of Class
io.trino.hive.thrift.metastore.LockResponse
-
Uses of LockResponse in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return LockResponseModifier and TypeMethodDescriptionThriftHiveMetastore.Client.checkLock(CheckLockRequest rqst) ThriftHiveMetastore.Iface.checkLock(CheckLockRequest rqst) LockResponse.deepCopy()ThriftHiveMetastore.Client.getLockMaterializationRebuild(String dbName, String tableName, long txnId) ThriftHiveMetastore.Iface.getLockMaterializationRebuild(String dbName, String tableName, long txnId) ThriftHiveMetastore.AsyncClient.check_lock_call.getResult()ThriftHiveMetastore.AsyncClient.get_lock_materialization_rebuild_call.getResult()ThriftHiveMetastore.AsyncClient.lock_call.getResult()ThriftHiveMetastore.check_lock_result.getSuccess()ThriftHiveMetastore.get_lock_materialization_rebuild_result.getSuccess()ThriftHiveMetastore.lock_result.getSuccess()ThriftHiveMetastore.Client.lock(LockRequest rqst) ThriftHiveMetastore.Iface.lock(LockRequest rqst) ThriftHiveMetastore.Client.recvCheckLock()ThriftHiveMetastore.Client.recvGetLockMaterializationRebuild()ThriftHiveMetastore.Client.recvLock()LockResponse.setLockid(long lockid) Methods in io.trino.hive.thrift.metastore that return types with arguments of type LockResponseModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<LockResponse>ThriftHiveMetastore.AsyncProcessor.check_lock.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<LockResponse>ThriftHiveMetastore.AsyncProcessor.get_lock_materialization_rebuild.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<LockResponse>ThriftHiveMetastore.AsyncProcessor.lock.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in io.trino.hive.thrift.metastore with parameters of type LockResponseModifier and TypeMethodDescriptionintLockResponse.compareTo(LockResponse other) booleanLockResponse.equals(LockResponse that) ThriftHiveMetastore.check_lock_result.setSuccess(LockResponse success) ThriftHiveMetastore.get_lock_materialization_rebuild_result.setSuccess(LockResponse success) ThriftHiveMetastore.lock_result.setSuccess(LockResponse success) Method parameters in io.trino.hive.thrift.metastore with type arguments of type LockResponseModifier 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) voidThriftHiveMetastore.AsyncClient.getLockMaterializationRebuild(String dbName, String tableName, long txnId, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.getLockMaterializationRebuild(String dbName, String tableName, long txnId, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) voidThriftHiveMetastore.AsyncClient.lock(LockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.lock(LockRequest rqst, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) voidThriftHiveMetastore.AsyncProcessor.check_lock.start(I iface, ThriftHiveMetastore.check_lock_args args, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) voidThriftHiveMetastore.AsyncProcessor.get_lock_materialization_rebuild.start(I iface, ThriftHiveMetastore.get_lock_materialization_rebuild_args args, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) voidThriftHiveMetastore.AsyncProcessor.lock.start(I iface, ThriftHiveMetastore.lock_args args, org.apache.thrift.async.AsyncMethodCallback<LockResponse> resultHandler) Constructors in io.trino.hive.thrift.metastore with parameters of type LockResponseModifierConstructorDescriptioncheck_lock_result(LockResponse success, NoSuchTxnException o1, TxnAbortedException o2, NoSuchLockException o3) lock_result(LockResponse success, NoSuchTxnException o1, TxnAbortedException o2) LockResponse(LockResponse other) Performs a deep copy on other.Constructor parameters in io.trino.hive.thrift.metastore with type arguments of type LockResponseModifierConstructorDescriptioncheck_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) get_lock_materialization_rebuild_call(String dbName, String tableName, long txnId, 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) 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)