Uses of Package
org.apache.dubbo.common.threadpool.support.eager
Packages that use org.apache.dubbo.common.threadpool.support.eager
-
Classes in org.apache.dubbo.common.threadpool.support.eager used by org.apache.dubbo.common.threadpool.support.eagerClassDescriptionEagerThreadPoolExecutorTaskQueue in the EagerThreadPoolExecutor It offer a task if the executor's submittedTaskCount less than currentPoolThreadSize or the currentPoolThreadSize more than executor's maximumPoolSize.