Uses of Class
io.trino.hive.thrift.metastore.OpenTxnRequest
-
Uses of OpenTxnRequest in io.trino.hive.thrift.metastore
Methods in io.trino.hive.thrift.metastore that return OpenTxnRequestModifier and TypeMethodDescriptionOpenTxnRequest.deepCopy()ThriftHiveMetastore.open_txns_args.getRqst()OpenTxnRequest.setAgentInfo(String agentInfo) OpenTxnRequest.setHostname(String hostname) OpenTxnRequest.setNumTxns(int num_txns) OpenTxnRequest.setReplPolicy(String replPolicy) OpenTxnRequest.setReplSrcTxnIds(List<Long> replSrcTxnIds) Methods in io.trino.hive.thrift.metastore with parameters of type OpenTxnRequestModifier and TypeMethodDescriptionintOpenTxnRequest.compareTo(OpenTxnRequest other) booleanOpenTxnRequest.equals(OpenTxnRequest that) voidThriftHiveMetastore.AsyncClient.openTxns(OpenTxnRequest rqst, org.apache.thrift.async.AsyncMethodCallback<OpenTxnsResponse> resultHandler) voidThriftHiveMetastore.AsyncIface.openTxns(OpenTxnRequest rqst, org.apache.thrift.async.AsyncMethodCallback<OpenTxnsResponse> resultHandler) ThriftHiveMetastore.Client.openTxns(OpenTxnRequest rqst) ThriftHiveMetastore.Iface.openTxns(OpenTxnRequest rqst) voidThriftHiveMetastore.Client.sendOpenTxns(OpenTxnRequest rqst) ThriftHiveMetastore.open_txns_args.setRqst(OpenTxnRequest rqst) Constructors in io.trino.hive.thrift.metastore with parameters of type OpenTxnRequestModifierConstructorDescriptionopen_txns_args(OpenTxnRequest rqst) open_txns_call(OpenTxnRequest rqst, org.apache.thrift.async.AsyncMethodCallback<OpenTxnsResponse> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) OpenTxnRequest(OpenTxnRequest other) Performs a deep copy on other.