Uses of Class
io.trino.hive.thrift.metastore.AbortTxnRequest
-
Uses of AbortTxnRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return AbortTxnRequestModifier and TypeMethodDescriptionAbortTxnRequest.deepCopy()ThriftHiveMetastore.abort_txn_args.getRqst()AbortTxnRequest.setReplPolicy(String replPolicy) AbortTxnRequest.setTxnid(long txnid) Methods in io.trino.hive.thrift.metastore with parameters of type AbortTxnRequestModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.abortTxn(AbortTxnRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.abortTxn(AbortTxnRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.abortTxn(AbortTxnRequest rqst) voidThriftHiveMetastore.Iface.abortTxn(AbortTxnRequest rqst) intAbortTxnRequest.compareTo(AbortTxnRequest other) booleanAbortTxnRequest.equals(AbortTxnRequest that) voidThriftHiveMetastore.Client.sendAbortTxn(AbortTxnRequest rqst) ThriftHiveMetastore.abort_txn_args.setRqst(AbortTxnRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type AbortTxnRequestModifierConstructorDescriptionabort_txn_call(AbortTxnRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) AbortTxnRequest(AbortTxnRequest other) Performs a deep copy on other.