| Modifier and Type | Class and Description |
|---|---|
class |
AcidEventListener
It handles cleanup of dropped partition/table/database in ACID related metastore tables
|
| Modifier and Type | Method and Description |
|---|---|
List<TransactionalMetaStoreEventListener> |
HMSHandler.getTransactionalListeners() |
List<TransactionalMetaStoreEventListener> |
IHMSHandler.getTransactionalListeners()
Get a list of all transactional listeners.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,String>> |
RawStore.updatePartitionColumnStatisticsInBatch(Map<String,ColumnStatistics> partColStatsMap,
Table tbl,
List<TransactionalMetaStoreEventListener> listeners,
String validWriteIds,
long writeId) |
Map<String,Map<String,String>> |
ObjectStore.updatePartitionColumnStatisticsInBatch(Map<String,ColumnStatistics> partColStatsMap,
Table tbl,
List<TransactionalMetaStoreEventListener> listeners,
String validWriteIds,
long writeId) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Map<String,String>> |
CachedStore.updatePartitionColumnStatisticsInBatch(Map<String,ColumnStatistics> partColStatsMap,
Table tbl,
List<TransactionalMetaStoreEventListener> listeners,
String validWriteIds,
long writeId) |
| Modifier and Type | Field and Description |
|---|---|
protected List<TransactionalMetaStoreEventListener> |
TxnHandler.transactionalListeners |
| Constructor and Description |
|---|
AllocateTableWriteIdsFunction(AllocateTableWriteIdsRequest rqst,
List<TransactionalMetaStoreEventListener> transactionalListeners) |
CommitTxnFunction(CommitTxnRequest rqst,
List<TransactionalMetaStoreEventListener> transactionalListeners) |
OpenTxnsFunction(OpenTxnRequest rqst,
long openTxnTimeOutMillis,
List<TransactionalMetaStoreEventListener> transactionalListeners) |
PerformTimeoutsFunction(long timeout,
long replicationTxnTimeout,
List<TransactionalMetaStoreEventListener> transactionalListeners) |
ReplTableWriteIdStateFunction(ReplTblWriteIdStateRequest rqst,
TxnStore.MutexAPI mutexAPI,
List<TransactionalMetaStoreEventListener> transactionalListeners) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.