类的使用
org.apache.dubbo.common.threadpool.support.eager.TaskQueue
-
使用TaskQueue的程序包 程序包 说明 org.apache.dubbo.common.threadpool.support.eager -
-
org.apache.dubbo.common.threadpool.support.eager中TaskQueue的使用
参数类型为TaskQueue的org.apache.dubbo.common.threadpool.support.eager中的构造器 构造器 说明 EagerThreadPoolExecutor(int corePoolSize, int maximumPoolSize, long keepAliveTime, TimeUnit unit, TaskQueue<Runnable> workQueue, ThreadFactory threadFactory, RejectedExecutionHandler handler)
-