Click or drag to resize

SchedulingMode Enumeration

Indicates how the scheduler should assign tasks to servers.

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public enum SchedulingMode
Members
Member nameValueDescription
Default0 The scheduler will use the job server's default scheduling mode.
MoreServers1 The scheduler will attempt to spread the workload over as many servers as possible.
FewerServers2 The scheduler will attempt to use as few servers as possible
OptimalLocality3 The scheduler will attempt to minimize the number of non-local tasks. This value is not valid for tasks that do not read data input.
See Also