Click or drag to resize

ITaskServerJobInfo Interface

Provides a job-specific view for a task server to a scheduler.

Namespace:  Ookii.Jumbo.Jet.Scheduling
Assembly:  Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 2.0.0
Syntax
public interface ITaskServerJobInfo

The ITaskServerJobInfo type exposes the following members.

Properties
  NameDescription
Public propertyAddress
Gets the address of the task server..
Public propertyAvailableTaskSlots
Gets the number of available task slots.
Public propertyIsActive
Gets a value indicating whether this task server has reported status recently.
Top
Methods
  NameDescription
Public methodAssignTask
Assigns the specified task to this server.
Public methodFindDataInputTaskToSchedule
Finds the a task using data input to schedule on this server.
Public methodGetLocalTaskCount
Gets the number of tasks in the specified stage whose input data is local on this server.
Top
See Also