public class ThreadPoolAlarmManage extends Object
| 构造器和说明 |
|---|
ThreadPoolAlarmManage() |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
checkPoolCapacityAlarm(DynamicThreadPoolExecutor threadPoolExecutor)
Check thread pool capacity alarm.
|
static void |
checkPoolLivenessAlarm(boolean isCore,
DynamicThreadPoolExecutor threadPoolExecutor)
Check thread pool activity alarm.
|
static void |
checkPoolRejectAlarm(DynamicThreadPoolExecutor threadPoolExecutor)
Check thread pool reject policy alarm.
|
static void |
sendPoolConfigChange(PoolParameterInfo parameter)
Send thread pool configuration change message.
|
public static void checkPoolCapacityAlarm(DynamicThreadPoolExecutor threadPoolExecutor)
threadPoolExecutor - public static void checkPoolLivenessAlarm(boolean isCore,
DynamicThreadPoolExecutor threadPoolExecutor)
isCore - threadPoolExecutor - public static void checkPoolRejectAlarm(DynamicThreadPoolExecutor threadPoolExecutor)
threadPoolExecutor - public static void sendPoolConfigChange(PoolParameterInfo parameter)
parameter - Copyright © 2021. All rights reserved.