Uses of Class
io.trino.hive.thrift.metastore.TxnOpenException
-
Uses of TxnOpenException in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return TxnOpenExceptionModifier and TypeMethodDescriptionTxnOpenException.deepCopy()ThriftHiveMetastore.unlock_result.getO2()TxnOpenException.setMessage(String message) Methods in io.trino.hive.thrift.metastore with parameters of type TxnOpenExceptionModifier and TypeMethodDescriptionintTxnOpenException.compareTo(TxnOpenException other) booleanTxnOpenException.equals(TxnOpenException that) ThriftHiveMetastore.unlock_result.setO2(TxnOpenException o2) Methods in io.trino.hive.thrift.metastore that throw TxnOpenExceptionModifier and TypeMethodDescriptionThriftHiveMetastore.AsyncClient.unlock_call.getResult()voidThriftHiveMetastore.Client.recvUnlock()voidThriftHiveMetastore.Client.unlock(UnlockRequest rqst) voidThriftHiveMetastore.Iface.unlock(UnlockRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type TxnOpenExceptionModifierConstructorDescriptionTxnOpenException(TxnOpenException other) Performs a deep copy on other.