Package org.apache.cassandra.concurrent

Interface Summary
IExecutorMBean Deprecated.
JMXConfigurableThreadPoolExecutorMBean  
JMXEnabledThreadPoolExecutorMBean Deprecated.
 

Class Summary
CreationTimeAwareFuture<V> Decorates FutureTask
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.
JMXConfigurableThreadPoolExecutor  
JMXEnabledThreadPoolExecutor This is a wrapper class for the ScheduledThreadPoolExecutor.
NamedThreadFactory This class is an implementation of the ThreadFactory interface.
StageManager This class manages executor services for Messages recieved: each Message requests running on a specific "stage" for concurrency control; hence the Map approach, even though stages (executors) are not created dynamically.
 

Enum Summary
Stage  
 



Copyright © 2012 The Apache Software Foundation