|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMXEnabledThreadPoolExecutorMBean
Method Summary | |
---|---|
int |
getCurrentlyBlockedTasks()
Get the number of tasks currently blocked, waiting to be accepted by the executor (because all threads are busy and the backing queue is full). |
int |
getTotalBlockedTasks()
Get the number of tasks that had blocked before being accepted (or rejected). |
Methods inherited from interface org.apache.cassandra.concurrent.IExecutorMBean |
---|
getActiveCount, getCompletedTasks, getPendingTasks |
Method Detail |
---|
int getTotalBlockedTasks()
int getCurrentlyBlockedTasks()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |