Class CompactionPlanImpl
- java.lang.Object
-
- org.apache.accumulo.core.util.compaction.CompactionPlanImpl
-
- All Implemented Interfaces:
CompactionPlan
public class CompactionPlanImpl extends Object implements CompactionPlan
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CompactionPlanImpl.BuilderImpl
-
Nested classes/interfaces inherited from interface org.apache.accumulo.core.spi.compaction.CompactionPlan
CompactionPlan.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<CompactionJob>
getJobs()
Return the set of jobs this plan will submit for compaction.String
toString()
-
-
-
Method Detail
-
getJobs
public Collection<CompactionJob> getJobs()
Description copied from interface:CompactionPlan
Return the set of jobs this plan will submit for compaction.- Specified by:
getJobs
in interfaceCompactionPlan
-
-