JobStatus Class |
Namespace: Ookii.Jumbo.Jet
The JobStatus type exposes the following members.
| Name | Description | |
|---|---|---|
| AdditionalProgressCounters |
Gets the additional progress counters.
| |
| EndTime |
Gets or sets the UTC end time of the
| |
| ErrorTaskCount |
Gets the number of task attempts that failed.
| |
| FailedTaskAttempts |
Gets the task attempts that failed.
| |
| FailureReason |
Gets or sets the reason the job failed, if it failed.
| |
| FinishedTaskCount |
Gets or sets the number of tasks that have finished.
| |
| IsFinished |
Gets or sets a value that indicates whether the job has finished.
| |
| IsSuccessful |
Gets a value that indicates whether the job has finished successfully.
| |
| JobId |
Gets or sets the ID of the job whose status this object represents.
| |
| JobName |
Gets or sets the display name of the job.
| |
| NonDataLocalTaskCount |
Gets or sets the number of data input tasks that were not scheduled on the same server or rack as their input data.
| |
| Progress |
Gets the total progress of the job, between 0 and 1.
| |
| RackLocalTaskCount |
Gets or sets the number of data input tasks that were scheduled on the same rack as their input data, but not the same server.
| |
| RunningTaskCount |
Gets or sets the number of tasks currently running.
| |
| Stages |
Gets the stages of this job.
| |
| StartTime |
Gets or sets the UTC start time of the
| |
| TaskCount |
Gets the total number of tasks in the job.
| |
| UnscheduledTaskCount |
Gets or sets the number of tasks that has not yet been scheduled.
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FromXml |
Creates a JobStatus instance from an XML element.
| |
| GetFriendlyNameForAdditionalProgressCounter |
Gets the friendly name for an additional progress counter.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetStage |
Gets the stage with the specified ID.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Gets a string representation of this JobStatus.
(Overrides ObjectToString.) | |
| ToString(IFormatProvider) |
Gets a string representation of this JobStatus using a specific format provider.
| |
| ToXml |
Gets an XML document containing the job status.
|