Uses of Class
io.trino.hive.thrift.metastore.NoSuchLockException
-
Uses of NoSuchLockException in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return NoSuchLockExceptionModifier and TypeMethodDescriptionNoSuchLockException.deepCopy()ThriftHiveMetastore.heartbeat_result.getO1()ThriftHiveMetastore.unlock_result.getO1()ThriftHiveMetastore.check_lock_result.getO3()NoSuchLockException.setMessage(String message) Methods in io.trino.hive.thrift.metastore with parameters of type NoSuchLockExceptionModifier and TypeMethodDescriptionintNoSuchLockException.compareTo(NoSuchLockException other) booleanNoSuchLockException.equals(NoSuchLockException that) ThriftHiveMetastore.heartbeat_result.setO1(NoSuchLockException o1) ThriftHiveMetastore.unlock_result.setO1(NoSuchLockException o1) ThriftHiveMetastore.check_lock_result.setO3(NoSuchLockException o3) Methods in io.trino.hive.thrift.metastore that throw NoSuchLockExceptionModifier and TypeMethodDescriptionThriftHiveMetastore.Client.checkLock(CheckLockRequest rqst) ThriftHiveMetastore.Iface.checkLock(CheckLockRequest rqst) ThriftHiveMetastore.AsyncClient.check_lock_call.getResult()ThriftHiveMetastore.AsyncClient.heartbeat_call.getResult()ThriftHiveMetastore.AsyncClient.unlock_call.getResult()voidThriftHiveMetastore.Client.heartbeat(HeartbeatRequest ids) voidThriftHiveMetastore.Iface.heartbeat(HeartbeatRequest ids) ThriftHiveMetastore.Client.recvCheckLock()voidThriftHiveMetastore.Client.recvHeartbeat()voidThriftHiveMetastore.Client.recvUnlock()voidThriftHiveMetastore.Client.unlock(UnlockRequest rqst) voidThriftHiveMetastore.Iface.unlock(UnlockRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type NoSuchLockExceptionModifierConstructorDescriptioncheck_lock_result(LockResponse success, NoSuchTxnException o1, TxnAbortedException o2, NoSuchLockException o3) Performs a deep copy on other.