Uses of Interface
org.apache.cassandra.concurrent.LocalAwareExecutorPlus
-
Packages that use LocalAwareExecutorPlus Package Description org.apache.cassandra.concurrent -
-
Uses of LocalAwareExecutorPlus in org.apache.cassandra.concurrent
Subinterfaces of LocalAwareExecutorPlus in org.apache.cassandra.concurrent Modifier and Type Interface Description interface
LocalAwareSequentialExecutorPlus
ASequentialExecutorPlus
that is aware of, and propagates to execution, any ExecutorLocalsClasses in org.apache.cassandra.concurrent that implement LocalAwareExecutorPlus Modifier and Type Class Description class
ImmediateExecutor
class
LocalAwareSingleThreadExecutorPlus
class
LocalAwareThreadPoolExecutorPlus
class
SEPExecutor
Methods in org.apache.cassandra.concurrent that return LocalAwareExecutorPlus Modifier and Type Method Description LocalAwareExecutorPlus
SharedExecutorPool. newExecutor(int maxConcurrency, java.lang.String jmxPath, java.lang.String name)
LocalAwareExecutorPlus
SharedExecutorPool. newExecutor(int maxConcurrency, ExecutorPlus.MaximumPoolSizeListener maximumPoolSizeListener, java.lang.String jmxPath, java.lang.String name)
LocalAwareExecutorPlus
ExecutorFactory.LocalAwareSubFactoryWithJMX. shared(java.lang.String name, int threads, ExecutorPlus.MaximumPoolSizeListener onSetMaxSize)
-