public static interface TaskConstants.Params
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCLUDED_NODES
Optionally excludes these cluster nodes from performing tasks.
|
static String |
POLLING_INTERVAL
The polling interval.
|
static String |
SHUTDOWN_WAIT
The amount of time (in seconds) waiting for completion of all tasks during shutdown process (see
DefaultTaskService.destroy())
|
static String |
TASK_PROCESSING_ENABLED
Allows enabling or disabling the task engine
|
static String |
WORKERS_IDLE
The time to keep a idle worker alive before he is removed.
|
static String |
WORKERS_MAX
The maximum number of workers to process tasks with.
|
static final String EXCLUDED_NODES
static final String WORKERS_MAX
static final String WORKERS_IDLE
static final String POLLING_INTERVAL
static final String SHUTDOWN_WAIT
static final String TASK_PROCESSING_ENABLED
Copyright © 2017 SAP SE. All Rights Reserved.