Interface CompactionPlan
public interface CompactionPlan
The return value of
CompactionPlanner.makePlan(PlanningParameters) that is created using
CompactionPlanner.PlanningParameters.createPlanBuilder()- Since:
- 2.1.0
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiongetJobs()Return the set of jobs this plan will submit for compaction.
-
Method Details
-
getJobs
Collection<CompactionJob> getJobs()Return the set of jobs this plan will submit for compaction.
-