Package org.apache.cassandra.concurrent
-
Class Summary Class Description AbstractLocalAwareExecutorService DebuggableScheduledThreadPoolExecutor Like DebuggableThreadPoolExecutor, DebuggableScheduledThreadPoolExecutor always logs exceptions from the tasks it is given, even if Future.get is never called elsewhere.DebuggableThreadPoolExecutor This class encorporates some Executor best practices for Cassandra.ExecutorLocals ImmediateExecutor InfiniteLoopExecutor JMXEnabledSingleThreadExecutor JMXEnabledThreadPoolExecutor This is a wrapper class for the ScheduledThreadPoolExecutor.NamedThreadFactory This class is an implementation of the ThreadFactory interface.ScheduledExecutors Centralized location for shared executorsSEPExecutor SharedExecutorPool A pool of worker threads that are shared between all Executors created with it. -
Enum Summary Enum Description SEPExecutor.TakeTaskPermitResult Stage