| 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 executors
|
| SEPExecutor | |
| SharedExecutorPool |
A pool of worker threads that are shared between all Executors created with it.
|
| Enum | Description |
|---|---|
| SEPExecutor.TakeTaskPermitResult | |
| Stage |
Copyright © 2009-2020 The Apache Software Foundation