Click or drag to resize

Ookii.Jumbo.Jet.Scheduling Namespace

Provides interfaces required for implementing a Jumbo Jet task scheduler, as well as the default scheduler implementation.
Classes
  ClassDescription
Public classDefaultScheduler
The default Jumbo Jet task scheduler.
Interfaces
  InterfaceDescription
Public interfaceIJobInfo
Provides information about a job to a scheduler.
Public interfaceIStageInfo
Provides information about a stage to a scheduler.
Public interfaceITaskInfo
Provides information about a task to a scheduler.
Public interfaceITaskScheduler
Interface for Jumbo Jet task schedulers.
Public interfaceITaskServerJobInfo
Provides a job-specific view for a task server to a scheduler.