Click or drag to resize

SchedulerOptions Class

Provides job configuration options to configure the behaviour of the scheduler.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.Jet.JobsSchedulerOptions

Namespace: Ookii.Jumbo.Jet.Jobs
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public sealed class SchedulerOptions

The SchedulerOptions type exposes the following members.

Constructors
 NameDescription
Public methodSchedulerOptions Initializes a new instance of the SchedulerOptions class.
Top
Properties
 NameDescription
Public propertyDataInputSchedulingMode Gets or sets a value indicating how the server will assign DFS input tasks to task servers.
Public propertyMaximumDataDistance Gets or sets the maximum distance from the input data for a data input task.
Public propertyNonDataInputSchedulingMode Gets or sets a value indicating how the server will assign tasks that do not have data input to task servers.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also