Interface | Description |
---|---|
IExecutorMBean | Deprecated |
JMXConfigurableThreadPoolExecutorMBean | |
JMXEnabledScheduledThreadPoolExecutorMBean | Deprecated |
JMXEnabledThreadPoolExecutorMBean | Deprecated |
TracingAwareExecutorService |
Class | Description |
---|---|
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 | |
JMXEnabledScheduledThreadPoolExecutor |
A JMX enabled wrapper for DebuggableScheduledThreadPoolExecutor.
|
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 | Description |
---|---|
Stage |
Copyright © 2015 The Apache Software Foundation