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
Modifier and TypeMethodDescriptionshared(String name, int threads, ExecutorPlus.MaximumPoolSizeListener onSetMaxSize) Methods inherited from interface org.apache.cassandra.concurrent.ExecutorBuilderFactory
configurePooled, configureSequential, pooled, sequential
-
Method Details