public class ScheduledExecutors
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static DebuggableScheduledThreadPoolExecutor |
nonPeriodicTasks
This executor is used for tasks that can have longer execution times, and usually are non periodic.
|
static DebuggableScheduledThreadPoolExecutor |
optionalTasks
This executor is used for tasks that do not need to be waited for on shutdown/drain.
|
static DebuggableScheduledThreadPoolExecutor |
scheduledTasks
This pool is used for periodic short (sub-second) tasks.
|
Constructor and Description |
---|
ScheduledExecutors() |
public static final DebuggableScheduledThreadPoolExecutor scheduledTasks
public static final DebuggableScheduledThreadPoolExecutor nonPeriodicTasks
public static final DebuggableScheduledThreadPoolExecutor optionalTasks
Copyright © 2017 The Apache Software Foundation