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,
HoodieTable table,
HoodieTableMetaClient metadataMetaClient,
String currentCaughtupInstant,
TransactionManager transactionManager,
HoodieEngineContext engineContext,
HoodieHeartbeatClient heartbeatClient) |
public static IndexingCatchupTask 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.