Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api | |
org.apache.hadoop.hive.metastore.txn | |
org.apache.hadoop.hive.ql.metadata |
Modifier and Type | Method and Description |
---|---|
GetOpenTxnsInfoResponse |
HiveMetaStore.HMSHandler.get_open_txns_info() |
GetOpenTxnsInfoResponse |
IMetaStoreClient.showTxns()
Show the list of currently open transactions.
|
GetOpenTxnsInfoResponse |
HiveMetaStoreClient.showTxns() |
Modifier and Type | Method and Description |
---|---|
GetOpenTxnsInfoResponse |
GetOpenTxnsInfoResponse.deepCopy() |
GetOpenTxnsInfoResponse |
ThriftHiveMetastore.Iface.get_open_txns_info() |
GetOpenTxnsInfoResponse |
ThriftHiveMetastore.Client.get_open_txns_info() |
GetOpenTxnsInfoResponse |
ThriftHiveMetastore.AsyncClient.get_open_txns_info_call.getResult() |
GetOpenTxnsInfoResponse |
ThriftHiveMetastore.get_open_txns_info_result.getSuccess() |
GetOpenTxnsInfoResponse |
ThriftHiveMetastore.Client.recv_get_open_txns_info() |
Modifier and Type | Method and Description |
---|---|
int |
GetOpenTxnsInfoResponse.compareTo(GetOpenTxnsInfoResponse other) |
boolean |
GetOpenTxnsInfoResponse.equals(GetOpenTxnsInfoResponse that) |
void |
ThriftHiveMetastore.get_open_txns_info_result.setSuccess(GetOpenTxnsInfoResponse success) |
Constructor and Description |
---|
GetOpenTxnsInfoResponse(GetOpenTxnsInfoResponse other)
Performs a deep copy on other.
|
ThriftHiveMetastore.get_open_txns_info_result(GetOpenTxnsInfoResponse success) |
Modifier and Type | Method and Description |
---|---|
GetOpenTxnsInfoResponse |
TxnHandler.getOpenTxnsInfo() |
Modifier and Type | Method and Description |
---|---|
static ValidTxnList |
CompactionTxnHandler.createValidCompactTxnList(GetOpenTxnsInfoResponse txns)
Transform a
GetOpenTxnsInfoResponse to a
ValidTxnList . |
Modifier and Type | Method and Description |
---|---|
GetOpenTxnsInfoResponse |
Hive.showTransactions() |
Copyright © 2017 The Apache Software Foundation. All rights reserved.