Package | Description |
---|---|
org.apache.cassandra.concurrent | |
org.apache.cassandra.db.compaction | |
org.apache.cassandra.metrics |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocalAwareExecutorService |
class |
DebuggableThreadPoolExecutor
This class encorporates some Executor best practices for Cassandra.
|
class |
ImmediateExecutor |
class |
JMXEnabledSingleThreadExecutor |
class |
JMXEnabledThreadPoolExecutor
This is a wrapper class for the ScheduledThreadPoolExecutor.
|
class |
SEPExecutor |
Modifier and Type | Method and Description |
---|---|
LocalAwareExecutorService |
Stage.executor() |
LocalAwareExecutorService |
Stage.ExecutorServiceInitialiser.init(java.lang.String jmxName,
java.lang.String jmxType,
int numThreads,
LocalAwareExecutorService.MaximumPoolSizeListener onSetMaximumPoolSize) |
LocalAwareExecutorService |
SharedExecutorPool.newExecutor(int maxConcurrency,
LocalAwareExecutorService.MaximumPoolSizeListener maximumPoolSizeListener,
java.lang.String jmxPath,
java.lang.String name) |
LocalAwareExecutorService |
SharedExecutorPool.newExecutor(int maxConcurrency,
java.lang.String jmxPath,
java.lang.String name) |
Modifier and Type | Class and Description |
---|---|
static class |
CompactionManager.ValidationExecutor |
Constructor and Description |
---|
ThreadPoolMetrics(LocalAwareExecutorService executor,
java.lang.String path,
java.lang.String poolName)
Create metrics for given ThreadPoolExecutor.
|
Copyright © 2009-2021 The Apache Software Foundation