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 CompactionExecutorId
ExecutorManager. createExecutor(String name, int threads)
Create a thread pool executor within a compaction service.CompactionExecutorId
CompactionJob. getExecutor()
static CompactionExecutorId
CompactionExecutorId. of(String canonical)
Methods in org.apache.accumulo.core.spi.compaction with parameters of type CompactionExecutorId Modifier and Type Method Description CompactionPlan.Builder
CompactionPlan.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 CompactionExecutorId
CompactionJobImpl. getExecutor()
Methods in org.apache.accumulo.core.util.compaction with parameters of type CompactionExecutorId Modifier and Type Method Description CompactionPlan.Builder
CompactionPlanImpl.BuilderImpl. addJob(long priority, CompactionExecutorId executor, Collection<CompactableFile> files)
-