| Interface | Description |
|---|---|
| Rejectable |
Reject executing or processing some task.
|
| Class | Description |
|---|---|
| AsyncCompletionService<V> | |
| CamelThreadFactory |
Thread factory which creates threads supporting a naming pattern.
|
| LockHelper | |
| RejectableFutureTask<V> | |
| RejectableScheduledThreadPoolExecutor |
Scheduled thread pool executor that creates
RejectableFutureTask instead of
FutureTask when registering new tasks for execution. |
| RejectableThreadPoolExecutor |
Thread pool executor that creates
RejectableFutureTask instead of FutureTask
when registering new tasks for execution. |
| SizedScheduledExecutorService |
A sized
ScheduledExecutorService which will reject executing tasks if the task queue is full. |
| SubmitOrderedCompletionService<V> |
A
CompletionService that orders the completed tasks in the same order as they where
submitted. |
| SynchronousExecutorService |
A synchronous
ExecutorService which always invokes the task in the caller thread (just a
thread pool facade). |
| ThreadHelper |
Various helper method for thread naming.
|
| Enum | Description |
|---|---|
| ThreadPoolRejectedPolicy |
Represent the kinds of options for rejection handlers for thread pools.
|
Apache Camel