Uses of Package
org.apache.accumulo.core.spi.compaction
-
Packages that use org.apache.accumulo.core.spi.compaction Package Description org.apache.accumulo.core.logging This package exist to provide a central place in Accumulo's source code for important log messages.org.apache.accumulo.core.spi.compaction This package provides a place for plugin interfaces related to executing compactions.org.apache.accumulo.core.util.compaction -
Classes in org.apache.accumulo.core.spi.compaction used by org.apache.accumulo.core.logging Class Description CompactionJob An immutable object that describes what files to compact and where to compact them.CompactionKind -
Classes in org.apache.accumulo.core.spi.compaction used by org.apache.accumulo.core.spi.compaction Class Description CompactionDirectives The directions of aCompactionDispatcher
CompactionDirectives.Builder CompactionDispatcher Can be configured per table to dispatch compactions to different compaction services.CompactionDispatcher.DispatchParameters The method parameters forCompactionDispatcher.dispatch(DispatchParameters)
.CompactionDispatcher.InitParameters The method parameters forCompactionDispatcher.init(InitParameters)
.CompactionExecutorId A unique identifier for a a compaction executor that aCompactionPlanner
can schedule compactions on using aCompactionJob
.CompactionJob An immutable object that describes what files to compact and where to compact them.CompactionKind CompactionPlan The return value ofCompactionPlanner.makePlan(PlanningParameters)
that is created usingCompactionPlanner.PlanningParameters.createPlanBuilder()
CompactionPlan.Builder CompactionPlanner Plans compaction work for a compaction service.CompactionPlanner.InitParameters CompactionPlanner.PlanningParameters This interface exists so the API can evolve and additional parameters can be passed to the method in the future.CompactionServiceId A unique identifier for a compaction serviceCompactionServices ExecutorManager Offered to a Compaction Planner at initialization time so it can create executors. -
Classes in org.apache.accumulo.core.spi.compaction used by org.apache.accumulo.core.util.compaction Class Description CompactionExecutorId A unique identifier for a a compaction executor that aCompactionPlanner
can schedule compactions on using aCompactionJob
.CompactionJob An immutable object that describes what files to compact and where to compact them.CompactionKind CompactionPlan The return value ofCompactionPlanner.makePlan(PlanningParameters)
that is created usingCompactionPlanner.PlanningParameters.createPlanBuilder()
CompactionPlan.Builder