| Package | Description |
|---|---|
| org.apache.hudi.table.action.index |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIndexingCatchupTask
Indexing check runs for instants that completed after the base instant (in the index plan).
|
class |
RecordBasedIndexingCatchupTask
Indexing catchup task for record level indexing.
|
class |
WriteStatBasedIndexingCatchupTask
Indexing catchup task for commit metadata based indexing.
|
| Modifier and Type | Method and Description |
|---|---|
static IndexingCatchupTask |
IndexingCatchupTaskFactory.createCatchupTask(List<HoodieIndexPartitionInfo> indexPartitionInfos,
HoodieTableMetadataWriter metadataWriter,
List<HoodieInstant> instantsToIndex,
Set<String> metadataCompletedInstants,
HoodieTable table,
HoodieTableMetaClient metadataMetaClient,
String currentCaughtupInstant,
TransactionManager transactionManager,
HoodieEngineContext engineContext,
HoodieHeartbeatClient heartbeatClient) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.