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