Interface ExecutorManager
-
public interface ExecutorManager
Offered to a Compaction Planner at initialization time so it can create executors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompactionExecutorId
createExecutor(String name, int threads)
Create a thread pool executor within a compaction service.
-
-
-
Method Detail
-
createExecutor
CompactionExecutorId createExecutor(String name, int threads)
Create a thread pool executor within a compaction service.
-
-