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

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

Introduction

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

The text is from its open source code.

Constructor

TaskID(org.apache.hadoop.mapreduce.JobID jobId, boolean isMap, int id)
Constructs a TaskID object from given JobID .
TaskID(org.apache.hadoop.mapreduce.JobID jobId, TaskType type, int id)
Constructs a TaskID object from given JobID .
TaskID(JobID jobId, TaskType type, int id)
Constructs a TaskID object from given JobID .
TaskID(String jtIdentifier, int jobId, boolean isMap, int id)
Constructs a TaskInProgressId object from given parts.
TaskID(String jtIdentifier, int jobId, TaskType type, int id)
Constructs a TaskInProgressId object from given parts.
TaskID(String jtIdentifier, int jobId, TaskType type, int id)
Constructs a TaskInProgressId object from given parts.
TaskID()
TaskID()
Default constructor for Writable.

Method

TaskIDforName(String str)
intgetId()
returns the int which represents the identifier
JobIDgetJobID()
TaskTypegetTaskType()
Get the type of the task.
StringtoString()