| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api | |
| org.apache.hadoop.hive.metastore.txn |
| Modifier and Type | Method and Description |
|---|---|
GetOpenTxnsResponse |
AbstractThriftHiveMetastore.get_open_txns_req(GetOpenTxnsRequest getOpenTxnsRequest) |
GetOpenTxnsResponse |
AbstractThriftHiveMetastore.get_open_txns() |
GetOpenTxnsResponse |
HiveMetaStoreClient.getOpenTxns() |
GetOpenTxnsResponse |
IMetaStoreClient.getOpenTxns() |
| Modifier and Type | Method and Description |
|---|---|
GetOpenTxnsResponse |
GetOpenTxnsResponse.deepCopy() |
GetOpenTxnsResponse |
ThriftHiveMetastore.Iface.get_open_txns_req(GetOpenTxnsRequest getOpenTxnsRequest) |
GetOpenTxnsResponse |
ThriftHiveMetastore.Client.get_open_txns_req(GetOpenTxnsRequest getOpenTxnsRequest) |
GetOpenTxnsResponse |
ThriftHiveMetastore.Iface.get_open_txns() |
GetOpenTxnsResponse |
ThriftHiveMetastore.Client.get_open_txns() |
GetOpenTxnsResponse |
ThriftHiveMetastore.AsyncClient.get_open_txns_call.getResult() |
GetOpenTxnsResponse |
ThriftHiveMetastore.AsyncClient.get_open_txns_req_call.getResult() |
GetOpenTxnsResponse |
ThriftHiveMetastore.get_open_txns_result.getSuccess() |
GetOpenTxnsResponse |
ThriftHiveMetastore.get_open_txns_req_result.getSuccess() |
GetOpenTxnsResponse |
ThriftHiveMetastore.Client.recv_get_open_txns_req() |
GetOpenTxnsResponse |
ThriftHiveMetastore.Client.recv_get_open_txns() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.thrift.async.AsyncMethodCallback<GetOpenTxnsResponse> |
ThriftHiveMetastore.AsyncProcessor.get_open_txns.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<GetOpenTxnsResponse> |
ThriftHiveMetastore.AsyncProcessor.get_open_txns_req.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
| Modifier and Type | Method and Description |
|---|---|
int |
GetOpenTxnsResponse.compareTo(GetOpenTxnsResponse other) |
boolean |
GetOpenTxnsResponse.equals(GetOpenTxnsResponse that) |
void |
ThriftHiveMetastore.get_open_txns_result.setSuccess(GetOpenTxnsResponse success) |
void |
ThriftHiveMetastore.get_open_txns_req_result.setSuccess(GetOpenTxnsResponse success) |
| Modifier and Type | Method and Description |
|---|---|
void |
ThriftHiveMetastore.AsyncIface.get_open_txns_req(GetOpenTxnsRequest getOpenTxnsRequest,
org.apache.thrift.async.AsyncMethodCallback<GetOpenTxnsResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_open_txns_req(GetOpenTxnsRequest getOpenTxnsRequest,
org.apache.thrift.async.AsyncMethodCallback<GetOpenTxnsResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncIface.get_open_txns(org.apache.thrift.async.AsyncMethodCallback<GetOpenTxnsResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncClient.get_open_txns(org.apache.thrift.async.AsyncMethodCallback<GetOpenTxnsResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_open_txns.start(I iface,
ThriftHiveMetastore.get_open_txns_args args,
org.apache.thrift.async.AsyncMethodCallback<GetOpenTxnsResponse> resultHandler) |
void |
ThriftHiveMetastore.AsyncProcessor.get_open_txns_req.start(I iface,
ThriftHiveMetastore.get_open_txns_req_args args,
org.apache.thrift.async.AsyncMethodCallback<GetOpenTxnsResponse> resultHandler) |
| Constructor and Description |
|---|
get_open_txns_req_result(GetOpenTxnsResponse success) |
get_open_txns_result(GetOpenTxnsResponse success) |
GetOpenTxnsResponse(GetOpenTxnsResponse other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
get_open_txns_call(org.apache.thrift.async.AsyncMethodCallback<GetOpenTxnsResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
get_open_txns_req_call(GetOpenTxnsRequest getOpenTxnsRequest,
org.apache.thrift.async.AsyncMethodCallback<GetOpenTxnsResponse> resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
| Modifier and Type | Method and Description |
|---|---|
static ValidTxnList |
TxnCommonUtils.createValidReadTxnList(GetOpenTxnsResponse txns,
long currentTxn)
Transform a
GetOpenTxnsResponse to a
ValidTxnList. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.