| AbstractExecutorBuilder<T> |
Base ParameterizedBuilder fpr named executors.
|
| AbstractExecutorWithFactoryBuilder<T> |
|
| CachedBuilder |
A ParameterizedBuilder for constructing a NamedExecutorService
wrapper that will construct a cached thread pool.
|
| FixedBuilder |
A ParameterizedBuilder for constructing a NamedExecutorService
wrapper that will construct a fixed thread pool executor.
|
| SingleBuilder |
A ParameterizedBuilder for constructing a NamedExecutorService
wrapper that will construct a fixed thread pool executor.
|
| ThreadFactoryBuilder |
|
| WorkStealingBuilder |
A ParameterizedBuilder for constructing a NamedExecutorService
wrapper that will construct a work stealing pool executor.
|