| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.common.threadpool.support.eager |
| 构造器和说明 |
|---|
EagerThreadPoolExecutor(int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
TaskQueue<Runnable> workQueue,
ThreadFactory threadFactory,
RejectedExecutionHandler handler) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.