public interface CompactionPlanStrategy
| Modifier and Type | Field and Description |
|---|---|
static String |
ALL |
static String |
INSTANTS |
static String |
NUM_INSTANTS |
| Modifier and Type | Method and Description |
|---|---|
List<HoodieInstant> |
select(HoodieTimeline pendingCompactionTimeline)
Define how to select compaction plan to compact.
|
static final String ALL
static final String INSTANTS
static final String NUM_INSTANTS
List<HoodieInstant> select(HoodieTimeline pendingCompactionTimeline)
Copyright © 2023 The Apache Software Foundation. All rights reserved.