| 类 | 说明 |
|---|---|
| AbstractTaskTimerPlugin |
An abstract task execution time recording plugin
for thread-safe statistics the execution time of tasks.
|
| TaskDecoratorPlugin |
Decorate tasks when they are submitted to thread-pool.
|
| TaskRejectCountRecordPlugin |
Record the number of tasks rejected by the thread pool.
|
| TaskRejectNotifyAlarmPlugin |
Send alert notification when a task is rejected.
|
| TaskTimeoutNotifyAlarmPlugin |
Send alarm notification when the execution time exceeds the threshold.
|
| TaskTimeRecordPlugin |
Record task execution time indicator.
|
| TaskTimeRecordPlugin.Summary |
Summary statistics of SyncTimeRecorder instance at a certain time.
|
| ThreadPoolExecutorShutdownPlugin |
After the thread pool calls
ThreadPoolExecutor.shutdown() or ThreadPoolExecutor.shutdownNow(). |
Copyright © 2022. All rights reserved.