|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@MXBean public interface JMXEnabledThreadPoolExecutor
Interface to expose the internal TPE values on JMX.
Nice idea took from Apache Cassandra's internal code.
MXBean},
ThreadPoolExecutor}| Method Summary | |
|---|---|
int |
getActiveCount()
Get the current number of running tasks |
long |
getCompletedTasks()
Get the number of completed tasks |
long |
getPendingTasks()
Get the number of tasks waiting to be executed |
| Method Detail |
|---|
int getActiveCount()
long getCompletedTasks()
long getPendingTasks()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||