| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
TxnInfo |
TxnInfo.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<TxnInfo> |
GetOpenTxnsInfoResponse.getOpen_txns() |
Iterator<TxnInfo> |
GetOpenTxnsInfoResponse.getOpen_txnsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetOpenTxnsInfoResponse.addToOpen_txns(TxnInfo elem) |
int |
TxnInfo.compareTo(TxnInfo other) |
boolean |
TxnInfo.equals(TxnInfo that) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetOpenTxnsInfoResponse.setOpen_txns(List<TxnInfo> open_txns) |
| Constructor and Description |
|---|
TxnInfo(TxnInfo other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
GetOpenTxnsInfoResponse(long txn_high_water_mark,
List<TxnInfo> open_txns) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.