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 CompactionPlanCompactionPlan.Builder. build()CompactionPlanCompactionPlanner. makePlan(CompactionPlanner.PlanningParameters params)Plan what work a compaction service should do.CompactionPlanDefaultCompactionPlanner. 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 classCompactionPlanImplMethods in org.apache.accumulo.core.util.compaction that return CompactionPlan Modifier and Type Method Description CompactionPlanCompactionPlanImpl.BuilderImpl. build()
-