程序包 com.alibaba.dubbo.common.threadpool.support.eager
-
类概要 类 说明 EagerThreadPool EagerThreadPool When the core threads are all in busy, create new thread instead of putting task into blocking queue.EagerThreadPoolExecutor EagerThreadPoolExecutorTaskQueue<R extends Runnable> TaskQueue in the EagerThreadPoolExecutor It offer a task if the executor's submittedTaskCount less than currentPoolThreadSize or the currentPoolThreadSize more than executor's maximumPoolSize.