| 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 |
|---|---|
List<TableValidWriteIds> |
HiveMetaStoreClient.getValidWriteIds(List<String> tablesList,
String validTxnList) |
List<TableValidWriteIds> |
IMetaStoreClient.getValidWriteIds(List<String> tablesList,
String validTxnList)
Get a structure that details valid write ids list for all tables read by current txn.
|
| Modifier and Type | Method and Description |
|---|---|
TableValidWriteIds |
TableValidWriteIds.deepCopy() |
| Modifier and Type | Method and Description |
|---|---|
List<TableValidWriteIds> |
GetValidWriteIdsResponse.getTblValidWriteIds() |
Iterator<TableValidWriteIds> |
GetValidWriteIdsResponse.getTblValidWriteIdsIterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetValidWriteIdsResponse.addToTblValidWriteIds(TableValidWriteIds elem) |
int |
TableValidWriteIds.compareTo(TableValidWriteIds other) |
boolean |
TableValidWriteIds.equals(TableValidWriteIds that) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetValidWriteIdsResponse.setTblValidWriteIds(List<TableValidWriteIds> tblValidWriteIds) |
| Constructor and Description |
|---|
TableValidWriteIds(TableValidWriteIds other)
Performs a deep copy on other.
|
| Constructor and Description |
|---|
GetValidWriteIdsResponse(List<TableValidWriteIds> tblValidWriteIds) |
| Modifier and Type | Method and Description |
|---|---|
static ValidReaderWriteIdList |
TxnCommonUtils.createValidReaderWriteIdList(TableValidWriteIds tableWriteIds)
Transform a
TableValidWriteIds to a
ValidReaderWriteIdList. |
| Modifier and Type | Method and Description |
|---|---|
static ValidTxnWriteIdList |
TxnCommonUtils.createValidTxnWriteIdList(Long currentTxnId,
List<TableValidWriteIds> validIds)
Transform a
GetValidWriteIdsResponse to a
ValidTxnWriteIdList. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.