Uses of Class
io.trino.hive.thrift.metastore.TxnAbortedException
-
Uses of TxnAbortedException in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return TxnAbortedExceptionModifier and TypeMethodDescriptionTxnAbortedException.deepCopy()ThriftHiveMetastore.add_dynamic_partitions_result.getO2()ThriftHiveMetastore.allocate_table_write_ids_result.getO2()ThriftHiveMetastore.check_lock_result.getO2()ThriftHiveMetastore.commit_txn_result.getO2()ThriftHiveMetastore.lock_result.getO2()ThriftHiveMetastore.heartbeat_result.getO3()TxnAbortedException.setMessage(String message) Methods in io.trino.hive.thrift.metastore with parameters of type TxnAbortedExceptionModifier and TypeMethodDescriptionintTxnAbortedException.compareTo(TxnAbortedException other) booleanTxnAbortedException.equals(TxnAbortedException that) ThriftHiveMetastore.add_dynamic_partitions_result.setO2(TxnAbortedException o2) ThriftHiveMetastore.allocate_table_write_ids_result.setO2(TxnAbortedException o2) ThriftHiveMetastore.check_lock_result.setO2(TxnAbortedException o2) ThriftHiveMetastore.commit_txn_result.setO2(TxnAbortedException o2) ThriftHiveMetastore.lock_result.setO2(TxnAbortedException o2) ThriftHiveMetastore.heartbeat_result.setO3(TxnAbortedException o3) Methods in io.trino.hive.thrift.metastore that throw TxnAbortedExceptionModifier and TypeMethodDescriptionvoidThriftHiveMetastore.Client.addDynamicPartitions(AddDynamicPartitions rqst) voidThriftHiveMetastore.Iface.addDynamicPartitions(AddDynamicPartitions rqst) ThriftHiveMetastore.Client.allocateTableWriteIds(AllocateTableWriteIdsRequest rqst) ThriftHiveMetastore.Iface.allocateTableWriteIds(AllocateTableWriteIdsRequest rqst) ThriftHiveMetastore.Client.checkLock(CheckLockRequest rqst) ThriftHiveMetastore.Iface.checkLock(CheckLockRequest rqst) voidThriftHiveMetastore.Client.commitTxn(CommitTxnRequest rqst) voidThriftHiveMetastore.Iface.commitTxn(CommitTxnRequest rqst) ThriftHiveMetastore.AsyncClient.add_dynamic_partitions_call.getResult()ThriftHiveMetastore.AsyncClient.allocate_table_write_ids_call.getResult()ThriftHiveMetastore.AsyncClient.check_lock_call.getResult()ThriftHiveMetastore.AsyncClient.commit_txn_call.getResult()ThriftHiveMetastore.AsyncClient.heartbeat_call.getResult()ThriftHiveMetastore.AsyncClient.lock_call.getResult()voidThriftHiveMetastore.Client.heartbeat(HeartbeatRequest ids) voidThriftHiveMetastore.Iface.heartbeat(HeartbeatRequest ids) ThriftHiveMetastore.Client.lock(LockRequest rqst) ThriftHiveMetastore.Iface.lock(LockRequest rqst) voidThriftHiveMetastore.Client.recvAddDynamicPartitions()ThriftHiveMetastore.Client.recvAllocateTableWriteIds()ThriftHiveMetastore.Client.recvCheckLock()voidThriftHiveMetastore.Client.recvCommitTxn()voidThriftHiveMetastore.Client.recvHeartbeat()ThriftHiveMetastore.Client.recvLock()Constructors in io.trino.hive.thrift.metastore with parameters of type TxnAbortedExceptionModifierConstructorDescriptionallocate_table_write_ids_result(AllocateTableWriteIdsResponse success, NoSuchTxnException o1, TxnAbortedException o2, MetaException o3) check_lock_result(LockResponse success, NoSuchTxnException o1, TxnAbortedException o2, NoSuchLockException o3) lock_result(LockResponse success, NoSuchTxnException o1, TxnAbortedException o2) Performs a deep copy on other.