Class | Description |
---|---|
AbstractExecutorServices |
Common functionality for
ExecutorServices . |
DaemonThreadFactory |
ThreadFactory that creates daemon threads so that Weld does not hang e.g. |
ExecutorServicesFactory | |
FixedThreadPoolExecutorServices |
Implementation of
ExtendedExecutorServices that uses a fixed thread pool. |
IterativeWorkerTaskFactory<T> |
Used for decomposition of loops in which independent tasks are processed sequentially.
|
ProfilingExecutorServices | |
SingleThreadExecutorServices | |
TaskPerItemTaskFactory<T> |
The factory creates a new
Callable for each item of the source iterable. |
TimingOutFixedThreadPoolExecutorServices |
Implementation of
ExtendedExecutorServices that uses a fixed thread pool. |
Enum | Description |
---|---|
ExecutorServicesFactory.ThreadPoolType |
Copyright © 2016. All rights reserved.