Uses of Class
io.trino.hive.thrift.metastore.AbortTxnsRequest
-
Uses of AbortTxnsRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return AbortTxnsRequestModifier and TypeMethodDescriptionAbortTxnsRequest.deepCopy()ThriftHiveMetastore.abort_txns_args.getRqst()Methods in io.trino.hive.thrift.metastore with parameters of type AbortTxnsRequestModifier and TypeMethodDescriptionvoidThriftHiveMetastore.AsyncClient.abortTxns(AbortTxnsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.AsyncIface.abortTxns(AbortTxnsRequest rqst, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidThriftHiveMetastore.Client.abortTxns(AbortTxnsRequest rqst) voidThriftHiveMetastore.Iface.abortTxns(AbortTxnsRequest rqst) intAbortTxnsRequest.compareTo(AbortTxnsRequest other) booleanAbortTxnsRequest.equals(AbortTxnsRequest that) voidThriftHiveMetastore.Client.sendAbortTxns(AbortTxnsRequest rqst) ThriftHiveMetastore.abort_txns_args.setRqst(AbortTxnsRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type AbortTxnsRequestModifierConstructorDescriptionabort_txns_call(AbortTxnsRequest 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) AbortTxnsRequest(AbortTxnsRequest other) Performs a deep copy on other.