Uses of Interface
org.apache.cassandra.concurrent.LocalAwareExecutorService
-
Packages that use LocalAwareExecutorService Package Description org.apache.cassandra.concurrent org.apache.cassandra.db.compaction org.apache.cassandra.metrics -
-
Uses of LocalAwareExecutorService in org.apache.cassandra.concurrent
Classes in org.apache.cassandra.concurrent that implement LocalAwareExecutorService Modifier and Type Class Description classAbstractLocalAwareExecutorServiceclassDebuggableThreadPoolExecutorThis class encorporates some Executor best practices for Cassandra.classImmediateExecutorclassJMXEnabledSingleThreadExecutorclassJMXEnabledThreadPoolExecutorThis is a wrapper class for the ScheduledThreadPoolExecutor.classSEPExecutorMethods in org.apache.cassandra.concurrent that return LocalAwareExecutorService Modifier and Type Method Description LocalAwareExecutorServiceStage. executor()LocalAwareExecutorServiceStage.ExecutorServiceInitialiser. init(java.lang.String jmxName, java.lang.String jmxType, int numThreads, LocalAwareExecutorService.MaximumPoolSizeListener onSetMaximumPoolSize)LocalAwareExecutorServiceSharedExecutorPool. newExecutor(int maxConcurrency, java.lang.String jmxPath, java.lang.String name)LocalAwareExecutorServiceSharedExecutorPool. newExecutor(int maxConcurrency, LocalAwareExecutorService.MaximumPoolSizeListener maximumPoolSizeListener, java.lang.String jmxPath, java.lang.String name) -
Uses of LocalAwareExecutorService in org.apache.cassandra.db.compaction
Classes in org.apache.cassandra.db.compaction that implement LocalAwareExecutorService Modifier and Type Class Description static classCompactionManager.ValidationExecutor -
Uses of LocalAwareExecutorService in org.apache.cassandra.metrics
Constructors in org.apache.cassandra.metrics with parameters of type LocalAwareExecutorService Constructor Description ThreadPoolMetrics(LocalAwareExecutorService executor, java.lang.String path, java.lang.String poolName)Create metrics for given ThreadPoolExecutor.
-