Package org.apache.cassandra.concurrent
Interface ExecutorFactory.LocalAwareSubFactory
-
- All Superinterfaces:
ExecutorBuilderFactory<LocalAwareExecutorPlus,LocalAwareSequentialExecutorPlus>
- Enclosing interface:
- ExecutorFactory
public static interface ExecutorFactory.LocalAwareSubFactory 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 Default Methods Modifier and Type Method Description ExecutorFactory.LocalAwareSubFactoryWithJMX
withJmx(java.lang.String jmxPath)
default ExecutorFactory.LocalAwareSubFactoryWithJMX
withJmxInternal()
-
Methods inherited from interface org.apache.cassandra.concurrent.ExecutorBuilderFactory
configurePooled, configureSequential, pooled, sequential
-
-
-
-
Method Detail
-
withJmx
ExecutorFactory.LocalAwareSubFactoryWithJMX withJmx(java.lang.String jmxPath)
-
withJmxInternal
default ExecutorFactory.LocalAwareSubFactoryWithJMX withJmxInternal()
-
-