public interface JmxManagedThreadPoolMBean
MBean responsible for controlling a Thread Pool. The thread pool is used by the JobExecutor component.
| Modifier and Type | Method and Description | 
|---|---|
| int | getActiveCount() | 
| long | getCompletedTaskCount() | 
| int | getLargestPoolSize() | 
| int | getMaximumPoolSize() | 
| int | getPoolSize() | 
| int | getQueueCount() | 
| long | getTaskCount() | 
| void | purgeThreadPool() | 
| void | setCorePoolSize(int corePoolSize) | 
| void | setMaximumPoolSize(int maximumPoolSize) | 
int getQueueCount()
long getCompletedTaskCount()
long getTaskCount()
int getLargestPoolSize()
int getActiveCount()
int getPoolSize()
void purgeThreadPool()
int getMaximumPoolSize()
void setMaximumPoolSize(int maximumPoolSize)
void setCorePoolSize(int corePoolSize)
Copyright © 2018. All rights reserved.