Class ThreadPoolExecutor

Object
AbstractExecutorService
com.liferay.portal.kernel.concurrent.ThreadPoolExecutor
All Implemented Interfaces:
Executor, ExecutorService

public class ThreadPoolExecutor extends AbstractExecutorService

See https://issues.liferay.com/browse/LPS-14986.

Author:
Shuyang Zhou
  • Constructor Details

    • ThreadPoolExecutor

      public ThreadPoolExecutor(int corePoolSize, int maxPoolSize)
    • ThreadPoolExecutor

      public ThreadPoolExecutor(int corePoolSize, int maxPoolSize, long keepAliveTime, TimeUnit timeUnit, boolean allowCoreThreadTimeout, int maxQueueSize)
    • ThreadPoolExecutor

      public ThreadPoolExecutor(int corePoolSize, int maxPoolSize, long keepAliveTime, TimeUnit timeUnit, boolean allowCoreThreadTimeout, int maxQueueSize, RejectedExecutionHandler rejectedExecutionHandler, ThreadFactory threadFactory, ThreadPoolHandler threadPoolHandler)
  • Method Details