Package org.apache.cassandra.concurrent

Interface Summary
DebuggableThreadPoolExecutorMBean  
IExecutorMBean  
IStage An abstraction for stages as described in the SEDA paper by Matt Welsh.
 

Class Summary
AIOExecutorService  
Context Context object adding a collection of key/value pairs into ThreadLocalContext.
DebuggableScheduledThreadPoolExecutor This is a wrapper class for the ScheduledThreadPoolExecutor.
DebuggableThreadPoolExecutor This is a wrapper class for the ScheduledThreadPoolExecutor.
MultiThreadedStage This class is an implementation of the IStage interface.
SingleThreadedStage This class is an implementation of the IStage interface.
StageManager This class manages all stages that exist within a process.
ThreadFactoryImpl This class is an implementation of the ThreadFactory interface.
ThreadLocalContext Use this implementation over Java's ThreadLocal or InheritableThreadLocal when you need to add multiple key/value pairs into ThreadLocalContext for a given thread.
 



Copyright © 2009 The Apache Software Foundation