Uses of Class
org.apache.cassandra.concurrent.ThreadPoolExecutorBase
-
Packages that use ThreadPoolExecutorBase Package Description org.apache.cassandra.concurrent -
-
Uses of ThreadPoolExecutorBase in org.apache.cassandra.concurrent
Subclasses of ThreadPoolExecutorBase in org.apache.cassandra.concurrent Modifier and Type Class Description class
LocalAwareSingleThreadExecutorPlus
class
LocalAwareThreadPoolExecutorPlus
class
SingleThreadExecutorPlus
class
ThreadPoolExecutorPlus
This class inherits Executor best practices fromThreadPoolExecutorBase
andThreadPoolExecutorBuilder
.Methods in org.apache.cassandra.concurrent with parameters of type ThreadPoolExecutorBase Modifier and Type Method Description static void
ThreadPoolExecutorJMXAdapter. register(java.lang.String jmxPath, ThreadPoolExecutorBase executor)
-