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 class
JMXEnabledSingleThreadExecutor
class
JMXEnabledThreadPoolExecutor
This is a wrapper class for the ScheduledThreadPoolExecutor.Methods in org.apache.cassandra.concurrent that return DebuggableThreadPoolExecutor Modifier and Type Method Description static DebuggableThreadPoolExecutor
DebuggableThreadPoolExecutor. 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 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. -
Uses of DebuggableThreadPoolExecutor in org.apache.cassandra.db.compaction
Subclasses of DebuggableThreadPoolExecutor in org.apache.cassandra.db.compaction Modifier and Type Class Description static class
CompactionManager.ValidationExecutor
-
Uses of DebuggableThreadPoolExecutor in org.apache.cassandra.repair
Methods in org.apache.cassandra.repair that return DebuggableThreadPoolExecutor Modifier and Type Method Description protected DebuggableThreadPoolExecutor
RepairSession. createExecutor()
-