|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface JMXEnabledThreadPoolExecutorMBean
ThreadPoolMetrics
Method Summary | |
---|---|
int |
getCoreThreads()
Deprecated. Returns core pool size of thread pool. |
int |
getCurrentlyBlockedTasks()
Deprecated. 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 |
getMaximumThreads()
Deprecated. Returns maximum pool size of thread pool. |
int |
getTotalBlockedTasks()
Deprecated. Get the number of tasks that had blocked before being accepted (or rejected). |
void |
setCoreThreads(int number)
Deprecated. Allows user to resize core pool size of the thread pool. |
void |
setMaximumThreads(int number)
Deprecated. Allows user to resize maximum size of the thread pool. |
Methods inherited from interface org.apache.cassandra.concurrent.IExecutorMBean |
---|
getActiveCount, getCompletedTasks, getPendingTasks |
Method Detail |
---|
int getTotalBlockedTasks()
int getCurrentlyBlockedTasks()
int getCoreThreads()
void setCoreThreads(int number)
int getMaximumThreads()
void setMaximumThreads(int number)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |