Package org.apache.cassandra.concurrent

Interface Summary
IExecutorMBean  
JMXConfigurableThreadPoolExecutorMBean  
JMXEnabledThreadPoolExecutorMBean  
 

Class Summary
AIOExecutorService  
Context Context object adding a collection of key/value pairs into ThreadLocalContext.
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.
RetryingScheduledThreadPoolExecutor  
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 © 2011 The Apache Software Foundation