Click or drag to resize

TaskAttemptId Class

The identifier of a task attempt.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetTaskAttemptId

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public sealed class TaskAttemptId : IEquatable<TaskAttemptId>, 
	IComparable<TaskAttemptId>, IComparable

The TaskAttemptId type exposes the following members.

Constructors
 NameDescription
Public methodTaskAttemptId Initializes a new instance of the TaskAttemptId class.
Top
Properties
 NameDescription
Public propertyAttempt Gets the attempt number
Public propertyTaskId Gets the task ID.
Top
Methods
 NameDescription
Public methodCompareTo(Object) Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodCompareTo(TaskAttemptId) Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
Public methodEquals(Object) Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object))
Public methodEquals(TaskAttemptId) Compares this TaskId with another TaskId.
Public methodGetHashCode Returns a hash code for this instance.
(Overrides ObjectGetHashCode)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToString Returns a String that represents this instance.
(Overrides ObjectToString)
Top
Operators
 NameDescription
Public operatorStatic memberEquality(TaskAttemptId, TaskAttemptId) Determines whether two specified instances have the same value.
Public operatorStatic memberInequality(TaskAttemptId, TaskAttemptId) Determines whether two specified instances have different values.
Top
Fields
 NameDescription
Public fieldStatic memberTaskAttemptNumberSeparator The separator character used to identify the task attempt number in a task attempt identifier.
Top
See Also