| SchedulerOptionsNonDataInputSchedulingMode Property |
Gets or sets a value indicating how the server will assign tasks that do not have data input to task servers.
Namespace:
Ookii.Jumbo.Jet.Jobs
Assembly:
Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax public SchedulingMode NonDataInputSchedulingMode { get; set; }
Public Property NonDataInputSchedulingMode As SchedulingMode
Get
Set
public:
property SchedulingMode NonDataInputSchedulingMode {
SchedulingMode get ();
void set (SchedulingMode value);
}
member NonDataInputSchedulingMode : SchedulingMode with get, set
Property Value
Type:
SchedulingMode
One of the values of the
SchedulingMode enumeration.
Remarks
When this property is set to MoreServers, the scheduler will prefer the server with the most available tasks, while
FewerServers means it will prefer the server with the fewest available tasks.
The value of OptimalLocality is not valid for this property; it will be treated as Default.
See Also