Uses of Class
org.apache.cassandra.concurrent.DebuggableThreadPoolExecutor
-
Packages that use DebuggableThreadPoolExecutor Package Description org.apache.cassandra.concurrent org.apache.cassandra.db.compaction org.apache.cassandra.repair -
-
Uses of DebuggableThreadPoolExecutor in org.apache.cassandra.concurrent
Subclasses of DebuggableThreadPoolExecutor in org.apache.cassandra.concurrent Modifier and Type Class Description classJMXEnabledSingleThreadExecutorclassJMXEnabledThreadPoolExecutorThis is a wrapper class for the ScheduledThreadPoolExecutor.Methods in org.apache.cassandra.concurrent that return DebuggableThreadPoolExecutor Modifier and Type Method Description static DebuggableThreadPoolExecutorDebuggableThreadPoolExecutor. createCachedThreadpoolWithMaxSize(java.lang.String threadPoolName)Creates a thread pool that creates new threads as needed, but will reuse previously constructed threads when they are available.static DebuggableThreadPoolExecutorDebuggableThreadPoolExecutor. createWithFixedPoolSize(java.lang.String threadPoolName, int size)Returns a ThreadPoolExecutor with a fixed number of threads.static DebuggableThreadPoolExecutorDebuggableThreadPoolExecutor. 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. -
Uses of DebuggableThreadPoolExecutor in org.apache.cassandra.db.compaction
Subclasses of DebuggableThreadPoolExecutor in org.apache.cassandra.db.compaction Modifier and Type Class Description static classCompactionManager.ValidationExecutor -
Uses of DebuggableThreadPoolExecutor in org.apache.cassandra.repair
Methods in org.apache.cassandra.repair that return DebuggableThreadPoolExecutor Modifier and Type Method Description protected DebuggableThreadPoolExecutorRepairSession. createExecutor()
-