Uses of Class
org.apache.accumulo.core.spi.compaction.CompactionExecutorId
Packages that use CompactionExecutorId
Package
Description
This package provides a place for plugin interfaces related to executing compactions.
-
Uses of CompactionExecutorId in org.apache.accumulo.core.spi.compaction
Methods in org.apache.accumulo.core.spi.compaction that return CompactionExecutorIdModifier and TypeMethodDescriptionExecutorManager.createExecutor(String name, int threads) Create a thread pool executor within a compaction service.CompactionJob.getExecutor()ExecutorManager.getExternalExecutor(String name) Methods in org.apache.accumulo.core.spi.compaction with parameters of type CompactionExecutorIdModifier and TypeMethodDescriptionCompactionPlan.Builder.addJob(short priority, CompactionExecutorId executor, Collection<CompactableFile> group)