Java org.apache.hadoop.mapred TaskAttemptID fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.mapred TaskAttemptID fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.mapred TaskAttemptID.

The text is from its open source code.

Constructor

TaskAttemptID()
TaskAttemptID()
TaskAttemptID(String jtIdentifier, int jobId, boolean isMap, int taskId, int id)
Constructs a TaskId object from given parts.
TaskAttemptID(String jtIdentifier, int jobId, TaskType type, int taskId, int id)
Constructs a TaskId object from given parts.
TaskAttemptID(String jtIdentifier, int jobId, TaskType type, int taskId, int id)
Constructs a TaskId object from given parts.
TaskAttemptID(TaskID taskId, int id)
Constructs a TaskAttemptID object from given TaskID .
TaskAttemptID(TaskID taskId, int id)
Constructs a TaskAttemptID object from given TaskID .

Method

TaskAttemptIDdowngrade(org.apache.hadoop.mapreduce.TaskAttemptID old)
Downgrade a new TaskAttemptID to an old one
booleanequals(Object o)
TaskAttemptIDforName(String str)
Construct a TaskAttemptID object from given string
intgetId()
returns the int which represents the identifier
JobIDgetJobID()
TaskIDgetTaskID()
TaskTypegetTaskType()
Returns the TaskType of the TaskAttemptID
StringtoString()