Uses of Class
org.apache.accumulo.core.spi.compaction.CompactionExecutorId
-
Packages that use CompactionExecutorId 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 CompactionExecutorId in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return CompactionExecutorId Modifier and Type Method Description CompactionExecutorIdExecutorManager. createExecutor(String name, int threads)Create a thread pool executor within a compaction service.CompactionExecutorIdCompactionJob. getExecutor()static CompactionExecutorIdCompactionExecutorId. of(String canonical)Methods in org.apache.accumulo.core.spi.compaction with parameters of type CompactionExecutorId Modifier and Type Method Description CompactionPlan.BuilderCompactionPlan.Builder. addJob(long priority, CompactionExecutorId executor, Collection<CompactableFile> group) -
Uses of CompactionExecutorId in org.apache.accumulo.core.util.compaction
Methods in org.apache.accumulo.core.util.compaction that return CompactionExecutorId Modifier and Type Method Description CompactionExecutorIdCompactionJobImpl. getExecutor()Methods in org.apache.accumulo.core.util.compaction with parameters of type CompactionExecutorId Modifier and Type Method Description CompactionPlan.BuilderCompactionPlanImpl.BuilderImpl. addJob(long priority, CompactionExecutorId executor, Collection<CompactableFile> files)
-