| 程序包 | 说明 |
|---|---|
| cn.hippo4j.starter.core |
| 限定符和类型 | 方法和说明 |
|---|---|
ThreadPoolAlarm |
DynamicThreadPoolExecutor.getThreadPoolAlarm() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DynamicThreadPoolExecutor.setThreadPoolAlarm(ThreadPoolAlarm threadPoolAlarm) |
| 构造器和说明 |
|---|
DynamicThreadPoolExecutor(int corePoolSize,
int maximumPoolSize,
long keepAliveTime,
TimeUnit unit,
boolean waitForTasksToCompleteOnShutdown,
long awaitTerminationMillis,
@NonNull BlockingQueue<Runnable> workQueue,
@NonNull String threadPoolId,
@NonNull ThreadFactory threadFactory,
@NonNull ThreadPoolAlarm threadPoolAlarm,
@NonNull RejectedExecutionHandler handler) |
Copyright © 2021. All rights reserved.