Package | Description |
---|---|
org.apache.cassandra.concurrent |
Modifier and Type | Interface and Description |
---|---|
interface |
LocalAwareSequentialExecutorPlus
A
SequentialExecutorPlus that is aware of, and propagates to execution, any ExecutorLocals |
Modifier and Type | Class and Description |
---|---|
class |
ImmediateExecutor |
class |
LocalAwareSingleThreadExecutorPlus |
class |
LocalAwareThreadPoolExecutorPlus |
class |
SEPExecutor |
Modifier and Type | Method and Description |
---|---|
LocalAwareExecutorPlus |
SharedExecutorPool.newExecutor(int maxConcurrency,
ExecutorPlus.MaximumPoolSizeListener maximumPoolSizeListener,
java.lang.String jmxPath,
java.lang.String name) |
LocalAwareExecutorPlus |
SharedExecutorPool.newExecutor(int maxConcurrency,
java.lang.String jmxPath,
java.lang.String name) |
LocalAwareExecutorPlus |
ExecutorFactory.LocalAwareSubFactoryWithJMX.shared(java.lang.String name,
int threads,
ExecutorPlus.MaximumPoolSizeListener onSetMaxSize) |
Copyright © 2009- The Apache Software Foundation