static DebuggableScheduledThreadPoolExecutor |
ScheduledExecutors.nonPeriodicTasks |
This executor is used for tasks that can have longer execution times, and usually are non periodic.
|
static DebuggableScheduledThreadPoolExecutor |
ScheduledExecutors.optionalTasks |
This executor is used for tasks that do not need to be waited for on shutdown/drain.
|
static DebuggableScheduledThreadPoolExecutor |
ScheduledExecutors.scheduledFastTasks |
This pool is used for periodic fast (sub-microsecond) tasks.
|
static DebuggableScheduledThreadPoolExecutor |
ScheduledExecutors.scheduledTasks |
This pool is used for periodic short (sub-second) tasks.
|