| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
TxnToWriteId |
TxnToWriteId.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TxnToWriteId> |
AllocateTableWriteIdsRequest.getSrcTxnToWriteIdList() |
java.util.Iterator<TxnToWriteId> |
AllocateTableWriteIdsRequest.getSrcTxnToWriteIdListIterator() |
java.util.List<TxnToWriteId> |
AllocateTableWriteIdsResponse.getTxnToWriteIds() |
java.util.Iterator<TxnToWriteId> |
AllocateTableWriteIdsResponse.getTxnToWriteIdsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
AllocateTableWriteIdsRequest.addToSrcTxnToWriteIdList(TxnToWriteId elem) |
void |
AllocateTableWriteIdsResponse.addToTxnToWriteIds(TxnToWriteId elem) |
int |
TxnToWriteId.compareTo(TxnToWriteId other) |
boolean |
TxnToWriteId.equals(TxnToWriteId that) |
| Modifier and Type | Method and Description |
|---|---|
void |
AllocateTableWriteIdsRequest.setSrcTxnToWriteIdList(java.util.List<TxnToWriteId> srcTxnToWriteIdList) |
void |
AllocateTableWriteIdsResponse.setTxnToWriteIds(java.util.List<TxnToWriteId> txnToWriteIds) |
| Constructor and Description |
|---|
TxnToWriteId(TxnToWriteId other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
AllocateTableWriteIdsResponse(java.util.List<TxnToWriteId> txnToWriteIds) |
Copyright © 2013-2021. All Rights Reserved.