public class IndexingCatchupTaskFactory extends Object
| Constructor and Description |
|---|
IndexingCatchupTaskFactory() |
| Modifier and Type | Method and Description |
|---|---|
static IndexingCatchupTask |
createCatchupTask(List<HoodieIndexPartitionInfo> indexPartitionInfos,
HoodieTableMetadataWriter metadataWriter,
List<HoodieInstant> instantsToIndex,
Set<String> metadataCompletedInstants,
HoodieTableMetaClient metaClient,
HoodieTableMetaClient metadataMetaClient,
String currentCaughtupInstant,
TransactionManager transactionManager,
HoodieEngineContext engineContext) |
public static IndexingCatchupTask createCatchupTask(List<HoodieIndexPartitionInfo> indexPartitionInfos, HoodieTableMetadataWriter metadataWriter, List<HoodieInstant> instantsToIndex, Set<String> metadataCompletedInstants, HoodieTableMetaClient metaClient, HoodieTableMetaClient metadataMetaClient, String currentCaughtupInstant, TransactionManager transactionManager, HoodieEngineContext engineContext)
Copyright © 2023 The Apache Software Foundation. All rights reserved.