IJobInfo Interface |
Namespace: Ookii.Jumbo.Jet.Scheduling
The IJobInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| Configuration |
Gets the configuration of the job.
| |
| ErrorCount |
Gets the number of task attempts that encountered an error.
| |
| FinishedTaskCount |
Gets the number of tasks that have successfully finished.
| |
| JobId |
The the ID of the job.
| |
| JobName |
Gets the display name of the job.
| |
| Stages |
Gets the stages of this job, in the order in which they should be scheduled.
| |
| TaskServers |
Gets job-specific information about the task servers.
| |
| UnscheduledTaskCount |
Gets the number of unscheduled tasks.
|