Class BlockingThreadPoolExecutorFactory

java.lang.Object
org.infinispan.commons.executors.BlockingThreadPoolExecutorFactory
All Implemented Interfaces:
ThreadPoolExecutorFactory<ExecutorService>

@Deprecated public class BlockingThreadPoolExecutorFactory extends Object implements ThreadPoolExecutorFactory<ExecutorService>
Deprecated.
since 12.0 with no replacement
Author:
Galder ZamarreƱo
  • Field Details

    • DEFAULT_KEEP_ALIVE_MILLIS

      public static final int DEFAULT_KEEP_ALIVE_MILLIS
      Deprecated.
      See Also:
  • Constructor Details

    • BlockingThreadPoolExecutorFactory

      public BlockingThreadPoolExecutorFactory(int maxThreads, int coreThreads, int queueLength, long keepAlive)
      Deprecated.
    • BlockingThreadPoolExecutorFactory

      public BlockingThreadPoolExecutorFactory(int maxThreads, int coreThreads, int queueLength, long keepAlive, boolean nonBlocking)
      Deprecated.
  • Method Details