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: 2.0.0
Syntax
[SerializableAttribute]
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 methodGetType
Gets 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
Determines whether two specified instances have the same value.
Public operatorStatic memberInequality
Determines whether two specified instances have different values.
Top
Fields
  NameDescription
Public fieldStatic memberTaskAttemptNumberSeparator
The separator characer used to identify the task attempt number in a task attempt identifier.
Top
See Also