See: Description
| Interface | Description |
|---|---|
| ScheduledExecutorFactory |
Used to configure and create scheduled executors
|
| SecurityAwareScheduledExecutorFactory |
| Class | Description |
|---|---|
| DefaultExecutorFactory |
Default executor factory that creates executors using the JDK Executors service.
|
| DefaultScheduledExecutorFactory |
Creates scheduled executors using the JDK Executors service
|
| ExecutorAllCompletionService |
Exectues given tasks in provided executor.
|
| LazyInitializingBlockingTaskAwareExecutorService |
A delegating executor that lazily constructs and initializes the underlying executor.
|
| LazyInitializingExecutorService |
A delegating executor that lazily constructs and initializes the underlying executor, since unused JDK executors
are expensive.
|
| LazyInitializingScheduledExecutorService |
A delegating scheduled executor that lazily constructs and initializes the underlying scheduled executor, since
unused JDK executors are expensive.
|
| SemaphoreCompletionService<T> |
Executes tasks in the given executor, but never has more than
maxConcurrentTasks tasks running at the same time. |
| WithinThreadExecutorFactory |
Executor factory that creates WithinThreadExecutor.
|
Copyright © 2024 JBoss, a division of Red Hat. All rights reserved.