Interface ExecutorManager


public interface ExecutorManager
Offered to a Compaction Planner at initialization time so it can create executors.
Since:
2.1.0
See Also:
  • Method Details

    • createExecutor

      CompactionExecutorId createExecutor(String name, int threads)
      Create a thread pool executor within a compaction service.
    • getExternalExecutor

      CompactionExecutorId getExternalExecutor(String name)
      Returns:
      an id for a configured external execution queue.