Interface TaskConstants.Params
- Enclosing class:
- TaskConstants
public static interface TaskConstants.Params
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringOptionally excludes these cluster nodes from performing tasks.static final StringThe polling interval.static final StringThe amount of time (in seconds) waiting for completion of all tasks during shutdown process (see DefaultTaskService.destroy())static final StringAllows enabling or disabling the task enginestatic final StringAllows enabling or disabling the task engine.static final StringThe time to keep a idle worker alive before he is removed.static final StringThe maximum number of workers to process tasks with.
-
Field Details
-
EXCLUDED_NODES
Optionally excludes these cluster nodes from performing tasks.- See Also:
-
WORKERS_MAX
The maximum number of workers to process tasks with.- See Also:
-
WORKERS_IDLE
The time to keep a idle worker alive before he is removed. (Seconds)- See Also:
-
POLLING_INTERVAL
The polling interval. The task engine will look for new tasks to be performed after this time. (Seconds)- See Also:
-
SHUTDOWN_WAIT
The amount of time (in seconds) waiting for completion of all tasks during shutdown process (see DefaultTaskService.destroy())- See Also:
-
TASK_PROCESSING_ENABLED
Allows enabling or disabling the task engine- See Also:
-
TASK_PROCESSING_ENABLED_LEGACY
Allows enabling or disabling the task engine. This is the legacy parameter name replaced byTASK_PROCESSING_ENABLEDin release 5.5.1.- See Also:
-