| Package | Description |
|---|---|
| org.apache.hudi.client | |
| org.apache.hudi.client.transaction | |
| org.apache.hudi.table.action.commit | |
| org.apache.hudi.table.action.index |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionManager |
BaseHoodieClient.txnManager |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectMarkerTransactionManager
This class allows clients to start and end transactions for creating direct marker, used by
`SimpleTransactionDirectMarkerBasedDetectionStrategy`, when early conflict
detection is enabled.
|
| Modifier and Type | Field and Description |
|---|---|
protected Option<TransactionManager> |
BaseCommitActionExecutor.txnManagerOption |
| Modifier and Type | Field and Description |
|---|---|
protected TransactionManager |
AbstractIndexingCatchupTask.transactionManager |
| Modifier and Type | Method and Description |
|---|---|
static IndexingCatchupTask |
IndexingCatchupTaskFactory.createCatchupTask(List<HoodieIndexPartitionInfo> indexPartitionInfos,
HoodieTableMetadataWriter metadataWriter,
List<HoodieInstant> instantsToIndex,
Set<String> metadataCompletedInstants,
HoodieTableMetaClient metaClient,
HoodieTableMetaClient metadataMetaClient,
String currentCaughtupInstant,
TransactionManager transactionManager,
HoodieEngineContext engineContext) |
| Constructor and Description |
|---|
AbstractIndexingCatchupTask(HoodieTableMetadataWriter metadataWriter,
List<HoodieInstant> instantsToIndex,
Set<String> metadataCompletedInstants,
HoodieTableMetaClient metaClient,
HoodieTableMetaClient metadataMetaClient,
TransactionManager transactionManager,
String currentCaughtupInstant,
HoodieEngineContext engineContext) |
RecordBasedIndexingCatchupTask(HoodieTableMetadataWriter metadataWriter,
List<HoodieInstant> instantsToIndex,
Set<String> metadataCompletedInstants,
HoodieTableMetaClient metaClient,
HoodieTableMetaClient metadataMetaClient,
String currentCaughtupInstant,
TransactionManager transactionManager,
HoodieEngineContext engineContext) |
WriteStatBasedIndexingCatchupTask(HoodieTableMetadataWriter metadataWriter,
List<HoodieInstant> instantsToIndex,
Set<String> metadataCompletedInstants,
HoodieTableMetaClient metaClient,
HoodieTableMetaClient metadataMetaClient,
String currentCaughtupInstant,
TransactionManager txnManager,
HoodieEngineContext engineContext) |
Copyright © 2023 The Apache Software Foundation. All rights reserved.