Package org.apache.cassandra.concurrent
Interface ExecutorFactory.LocalAwareSubFactoryWithJMX
-
- All Superinterfaces:
ExecutorBuilderFactory<LocalAwareExecutorPlus,LocalAwareSequentialExecutorPlus>
- Enclosing interface:
- ExecutorFactory
public static interface ExecutorFactory.LocalAwareSubFactoryWithJMX extends ExecutorBuilderFactory<LocalAwareExecutorPlus,LocalAwareSequentialExecutorPlus>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.apache.cassandra.concurrent.ExecutorBuilderFactory
ExecutorBuilderFactory.Jmxable<E extends ExecutorPlus,S extends SequentialExecutorPlus>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalAwareExecutorPlus
shared(java.lang.String name, int threads, ExecutorPlus.MaximumPoolSizeListener onSetMaxSize)
-
Methods inherited from interface org.apache.cassandra.concurrent.ExecutorBuilderFactory
configurePooled, configureSequential, pooled, sequential
-
-
-
-
Method Detail
-
shared
LocalAwareExecutorPlus shared(java.lang.String name, int threads, ExecutorPlus.MaximumPoolSizeListener onSetMaxSize)
-
-