Uses of Class
org.apache.dubbo.common.threadpool.support.eager.TaskQueue
Packages that use TaskQueue
-
Uses of TaskQueue in org.apache.dubbo.common.threadpool.support.eager
Constructors in org.apache.dubbo.common.threadpool.support.eager with parameters of type TaskQueueModifierConstructorDescriptionEagerThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, TaskQueue<Runnable> workQueue, ThreadFactory threadFactory, RejectedExecutionHandler handler)