Interface ConfigurableThreadPoolExecutor

All Superinterfaces:
Executor, ExecutorService
All Known Implementing Classes:
SimpleThreadPoolExecutor

public interface ConfigurableThreadPoolExecutor extends ExecutorService
Allows Thread Pool to be Configurable.
Since:
Apache Tika 1.11
  • Method Details

    • setMaximumPoolSize

      void setMaximumPoolSize(int threads)
    • setCorePoolSize

      void setCorePoolSize(int threads)