| Package | Description |
|---|---|
| org.apache.hadoop.hive.metastore | |
| org.apache.hadoop.hive.metastore.api |
| Modifier and Type | Method and Description |
|---|---|
List<TxnToWriteId> |
HiveMetaStoreClient.allocateTableWriteIdsBatch(List<Long> txnIds,
String dbName,
String tableName) |
List<TxnToWriteId> |
IMetaStoreClient.allocateTableWriteIdsBatch(List<Long> txnIds,
String dbName,
String tableName)
Allocate a per table write ID and associate it with the given transaction.
|
List<TxnToWriteId> |
HiveMetaStoreClient.replAllocateTableWriteIdsBatch(String dbName,
String tableName,
String replPolicy,
List<TxnToWriteId> srcTxnToWriteIdList) |
List<TxnToWriteId> |
IMetaStoreClient.replAllocateTableWriteIdsBatch(String dbName,
String tableName,
String replPolicy,
List<TxnToWriteId> srcTxnToWriteIdList)
Allocate a per table write ID and associate it with the given transaction.
|
| Modifier and Type | Method and Description |
|---|---|
List<TxnToWriteId> |
HiveMetaStoreClient.replAllocateTableWriteIdsBatch(String dbName,
String tableName,
String replPolicy,
List<TxnToWriteId> srcTxnToWriteIdList) |
List<TxnToWriteId> |
IMetaStoreClient.replAllocateTableWriteIdsBatch(String dbName,
String tableName,
String replPolicy,
List<TxnToWriteId> srcTxnToWriteIdList)
Allocate a per table write ID and associate it with the given transaction.
|
| Modifier and Type | Method and Description |
|---|---|
TxnToWriteId |
TxnToWriteId.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<TxnToWriteId> |
AllocateTableWriteIdsRequest.getSrcTxnToWriteIdList() |
Iterator<TxnToWriteId> |
AllocateTableWriteIdsRequest.getSrcTxnToWriteIdListIterator() |
List<TxnToWriteId> |
AllocateTableWriteIdsResponse.getTxnToWriteIds() |
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(List<TxnToWriteId> srcTxnToWriteIdList) |
void |
AllocateTableWriteIdsResponse.setTxnToWriteIds(List<TxnToWriteId> txnToWriteIds) |
| Constructor and Description |
|---|
TxnToWriteId(TxnToWriteId other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
AllocateTableWriteIdsResponse(List<TxnToWriteId> txnToWriteIds) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.