| 类 | 说明 |
|---|---|
| InstrumentedExecutorService |
An
ExecutorService that monitors the number of tasks submitted, running,
completed and also keeps a Timer for the task duration. |
| InstrumentedScheduledExecutorService |
An
ScheduledExecutorService that monitors the number of tasks submitted, running,
completed and also keeps a Timer for the task duration. |
| InstrumentedThreadFactory |
A
ThreadFactory that monitors the number of threads created, running and terminated. |
Copyright © 2019. All rights reserved.