Uses of Interface
org.apache.accumulo.core.spi.compaction.CompactionPlan
-
Packages that use CompactionPlan Package Description org.apache.accumulo.core.spi.compaction This package provides a place for plugin interfaces related to executing compactions.org.apache.accumulo.core.util.compaction -
-
Uses of CompactionPlan in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return CompactionPlan Modifier and Type Method Description CompactionPlan
CompactionPlan.Builder. build()
CompactionPlan
CompactionPlanner. makePlan(CompactionPlanner.PlanningParameters params)
Plan what work a compaction service should do.CompactionPlan
DefaultCompactionPlanner. makePlan(CompactionPlanner.PlanningParameters params)
-
Uses of CompactionPlan in org.apache.accumulo.core.util.compaction
Classes in org.apache.accumulo.core.util.compaction that implement CompactionPlan Modifier and Type Class Description class
CompactionPlanImpl
Methods in org.apache.accumulo.core.util.compaction that return CompactionPlan Modifier and Type Method Description CompactionPlan
CompactionPlanImpl.BuilderImpl. build()
-