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 interfaceLocalAwareSequentialExecutorPlusASequentialExecutorPlusthat is aware of, and propagates to execution, any ExecutorLocalsClasses in org.apache.cassandra.concurrent that implement LocalAwareExecutorPlus Modifier and Type Class Description classImmediateExecutorclassLocalAwareSingleThreadExecutorPlusclassLocalAwareThreadPoolExecutorPlusclassSEPExecutorMethods in org.apache.cassandra.concurrent that return LocalAwareExecutorPlus Modifier and Type Method Description LocalAwareExecutorPlusSharedExecutorPool. newExecutor(int maxConcurrency, java.lang.String jmxPath, java.lang.String name)LocalAwareExecutorPlusSharedExecutorPool. newExecutor(int maxConcurrency, ExecutorPlus.MaximumPoolSizeListener maximumPoolSizeListener, java.lang.String jmxPath, java.lang.String name)LocalAwareExecutorPlusExecutorFactory.LocalAwareSubFactoryWithJMX. shared(java.lang.String name, int threads, ExecutorPlus.MaximumPoolSizeListener onSetMaxSize)
-