public class ExecutorConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HOUSEKEEPING_EXEC_CAPABILITY |
static String |
HOUSEKEEPING_EXEC_PID |
static String |
TASK_DELAY
Service property for
Runnable services. |
static String |
TASK_PERIOD
Service property for
Runnable services. |
static String |
TASK_PROPERTIES_TIME_UNIT
Time unit for
TASK_PERIOD and TASK_DELAY properties. |
| Constructor and Description |
|---|
ExecutorConstants() |
public static final String TASK_PERIOD
Runnable services.
Default unit is milliseconds, unless otherwise specified via
#TASK_PROPERTIES_UNIT.public static final String TASK_DELAY
Runnable services.
Default unit is milliseconds, unless otherwise specified via
#TASK_PROPERTIES_UNIT.public static final String TASK_PROPERTIES_TIME_UNIT
TASK_PERIOD and TASK_DELAY properties. If not specified,
milliseconds are assumed. Allowed values are the names of the enum constants in ChronoUnit,
such as "MILLIS", "SECONDS", "MINUTES", "HOURS", "DAYS", "WEEKS", "MONTHS" (case-insensitive). If
the value is invalid, the task will be ignored.public static final String HOUSEKEEPING_EXEC_PID
public static final String HOUSEKEEPING_EXEC_CAPABILITY
Copyright © 2019. All rights reserved.