|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DebuggableThreadPoolExecutor | |
---|---|
org.apache.cassandra.concurrent |
Uses of DebuggableThreadPoolExecutor in org.apache.cassandra.concurrent |
---|
Subclasses of DebuggableThreadPoolExecutor in org.apache.cassandra.concurrent | |
---|---|
class |
JMXConfigurableThreadPoolExecutor
|
class |
JMXEnabledThreadPoolExecutor
This is a wrapper class for the ScheduledThreadPoolExecutor. |
Methods in org.apache.cassandra.concurrent that return DebuggableThreadPoolExecutor | |
---|---|
static DebuggableThreadPoolExecutor |
DebuggableThreadPoolExecutor.createWithFixedPoolSize(java.lang.String threadPoolName,
int size)
Returns a ThreadPoolExecutor with a fixed number of threads. |
static DebuggableThreadPoolExecutor |
DebuggableThreadPoolExecutor.createWithMaximumPoolSize(java.lang.String threadPoolName,
int size,
int keepAliveTime,
java.util.concurrent.TimeUnit unit)
Returns a ThreadPoolExecutor with a fixed maximum number of threads, but whose threads are terminated when idle for too long. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |