Interface TaskConstants.Params

Enclosing class:
TaskConstants

public static interface TaskConstants.Params
  • Field Details

    • EXCLUDED_NODES

      static final String EXCLUDED_NODES
      Optionally excludes these cluster nodes from performing tasks.
      See Also:
    • WORKERS_MAX

      static final String WORKERS_MAX
      The maximum number of workers to process tasks with.
      See Also:
    • WORKERS_IDLE

      static final String WORKERS_IDLE
      The time to keep a idle worker alive before he is removed. (Seconds)
      See Also:
    • POLLING_INTERVAL

      static final String POLLING_INTERVAL
      The polling interval. The task engine will look for new tasks to be performed after this time. (Seconds)
      See Also:
    • SHUTDOWN_WAIT

      static final String 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

      static final String TASK_PROCESSING_ENABLED
      Allows enabling or disabling the task engine
      See Also:
    • TASK_PROCESSING_ENABLED_LEGACY

      static final String TASK_PROCESSING_ENABLED_LEGACY
      Allows enabling or disabling the task engine. This is the legacy parameter name replaced by TASK_PROCESSING_ENABLED in release 5.5.1.
      See Also: