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: 2.0.0
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also