Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration JobSplitting

Enumeration of the job-splitting options.

Index

Enumeration members

Enumeration members

MULTIPLE_MACHINES

MULTIPLE_MACHINES: = "multi"

The job can be executed by multiple machines, and it also allows preemption.

NONE

NONE: = "none"

The job needs to be executed by a single machine en bloc (that is, with a single job fragment).

PREEMPTION

PREEMPTION: = "preemption"

The job needs to be executed by a single machine but it allows preemption; that is, its execution may be interrupted by other jobs.

Generated using TypeDoc