|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TaskID | |
|---|---|
| org.apache.hadoop.mapred | |
| org.apache.hadoop.mapreduce | |
| Uses of TaskID in org.apache.hadoop.mapred |
|---|
| Methods in org.apache.hadoop.mapred that return TaskID | |
|---|---|
static TaskID |
TaskID.downgrade(TaskID old)
Downgrade a new TaskID to an old one |
static TaskID |
TaskID.forName(String str)
|
TaskID |
TaskReport.getTaskID()
The id of the task. |
TaskID |
TaskAttemptID.getTaskID()
|
static TaskID |
TaskID.read(DataInput in)
Deprecated. |
| Constructors in org.apache.hadoop.mapred with parameters of type TaskID | |
|---|---|
TaskAttemptID(TaskID taskId,
int id)
Constructs a TaskAttemptID object from given TaskID. |
|
| Uses of TaskID in org.apache.hadoop.mapreduce |
|---|
| Methods in org.apache.hadoop.mapreduce that return TaskID | |
|---|---|
TaskID |
TaskReport.getTaskID()
The ID of the task. |
| Constructors in org.apache.hadoop.mapreduce with parameters of type TaskID | |
|---|---|
TaskReport(TaskID taskid,
float progress,
String state,
String[] diagnostics,
TIPStatus currentStatus,
long startTime,
long finishTime,
Counters counters)
Creates a new TaskReport object |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||