public class UnBoundedCompactionStrategy extends CompactionStrategy
CompactionStrategy,
Serialized FormTOTAL_IO_MB, TOTAL_IO_READ_MB, TOTAL_IO_WRITE_MB, TOTAL_LOG_FILE_SIZE, TOTAL_LOG_FILES| Constructor and Description |
|---|
UnBoundedCompactionStrategy() |
| Modifier and Type | Method and Description |
|---|---|
List<HoodieCompactionOperation> |
orderAndFilter(HoodieWriteConfig config,
List<HoodieCompactionOperation> operations,
List<HoodieCompactionPlan> pendingCompactionWorkloads)
Order and Filter the list of compactions.
|
captureMetrics, filterPartitionPaths, generateCompactionPlanpublic List<HoodieCompactionOperation> orderAndFilter(HoodieWriteConfig config, List<HoodieCompactionOperation> operations, List<HoodieCompactionPlan> pendingCompactionWorkloads)
CompactionStrategyorderAndFilter in class CompactionStrategyconfig - config for this compaction is passed inoperations - list of compactions collectedpendingCompactionWorkloads - Pending Compaction Plans for strategy to schedule next compaction planCopyright © 2023 The Apache Software Foundation. All rights reserved.