Click or drag to resize

JobStatus Class

Provides status information about the currently running job.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetJobStatus

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public class JobStatus

The JobStatus type exposes the following members.

Constructors
 NameDescription
Public methodJobStatus Initializes a new instance of the JobStatus class.
Top
Properties
 NameDescription
Public propertyAdditionalProgressCounters Gets the additional progress counters.
Public propertyEndTime Gets or sets the UTC end time of the
Public propertyErrorTaskCount Gets the number of task attempts that failed.
Public propertyFailedTaskAttempts Gets the task attempts that failed.
Public propertyFailureReason Gets or sets the reason the job failed, if it failed.
Public propertyFinishedTaskCount Gets or sets the number of tasks that have finished.
Public propertyIsFinished Gets or sets a value that indicates whether the job has finished.
Public propertyIsSuccessful Gets a value that indicates whether the job has finished successfully.
Public propertyJobId Gets or sets the ID of the job whose status this object represents.
Public propertyJobName Gets or sets the display name of the job.
Public propertyNonDataLocalTaskCount Gets or sets the number of data input tasks that were not scheduled on the same server or rack as their input data.
Public propertyProgress Gets the total progress of the job, between 0 and 1.
Public propertyRackLocalTaskCount 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.
Public propertyRunningTaskCount Gets or sets the number of tasks currently running.
Public propertyStages Gets the stages of this job.
Public propertyStartTime Gets or sets the UTC start time of the
Public propertyTaskCount Gets the total number of tasks in the job.
Public propertyUnscheduledTaskCount Gets or sets the number of tasks that has not yet been scheduled.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodStatic memberFromXml Creates a JobStatus instance from an XML element.
Public methodGetFriendlyNameForAdditionalProgressCounter Gets the friendly name for an additional progress counter.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetStage Gets the stage with the specified ID.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString Gets a string representation of this JobStatus.
(Overrides ObjectToString)
Public methodToString(IFormatProvider) Gets a string representation of this JobStatus using a specific format provider.
Public methodToXml Gets an XML document containing the job status.
Top
See Also