Uses of Interface
org.apache.accumulo.core.spi.compaction.CompactionJob
-
Packages that use CompactionJob 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 -
-
Uses of CompactionJob in org.apache.accumulo.core.logging
Methods in org.apache.accumulo.core.logging with parameters of type CompactionJob Modifier and Type Method Description static void
TabletLogger. compacted(KeyExtent extent, CompactionJob job, TabletFile output)
static void
TabletLogger. compacting(KeyExtent extent, CompactionJob job, CompactionConfig config)
-
Uses of CompactionJob in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return types with arguments of type CompactionJob Modifier and Type Method Description Collection<CompactionJob>
CompactionPlan. getJobs()
Return the set of jobs this plan will submit for compaction.Collection<CompactionJob>
CompactionPlanner.PlanningParameters. getRunningCompactions()
-
Uses of CompactionJob in org.apache.accumulo.core.util.compaction
Classes in org.apache.accumulo.core.util.compaction that implement CompactionJob Modifier and Type Class Description class
CompactionJobImpl
An immutable object that describes what files to compact and where to compact them.Fields in org.apache.accumulo.core.util.compaction with type parameters of type CompactionJob Modifier and Type Field Description static Comparator<CompactionJob>
CompactionJobPrioritizer. JOB_COMPARATOR
Methods in org.apache.accumulo.core.util.compaction that return types with arguments of type CompactionJob Modifier and Type Method Description Collection<CompactionJob>
CompactionPlanImpl. getJobs()
-