|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
ExecutorFactory | Used to configure and create executors |
ScheduledExecutorFactory | Used to configure and create scheduled executors |
Class Summary | |
---|---|
DefaultExecutorFactory | Default executor factory that creates executors using the JDK Executors service. |
DefaultScheduledExecutorFactory | Creates scheduled executors using the JDK Executors service |
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 initalizes the underlying scheduled executor, since unused JDK executors are expensive. |
Implementations of different executors used for asynchronous operation.
|
--> |