| Modifier and Type | Method and Description | 
|---|---|
| static TaskId | TypeConverter. toYarn(org.apache.hadoop.mapreduce.TaskID id) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.mapred.TaskID | TypeConverter. fromYarn(TaskId id) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskId | KillTaskRequest. getTaskId() | 
| TaskId | GetTaskReportRequest. getTaskId() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | KillTaskRequest. setTaskId(TaskId taskId) | 
| void | GetTaskReportRequest. setTaskId(TaskId taskId) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskId | GetTaskReportRequestPBImpl. getTaskId() | 
| TaskId | KillTaskRequestPBImpl. getTaskId() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | GetTaskReportRequestPBImpl. setTaskId(TaskId taskId) | 
| void | KillTaskRequestPBImpl. setTaskId(TaskId taskId) | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskId | TaskReport. getTaskId() | 
| abstract TaskId | TaskAttemptId. getTaskId() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | TaskId. compareTo(TaskId other) | 
| void | TaskReport. setTaskId(TaskId taskId) | 
| abstract void | TaskAttemptId. setTaskId(TaskId taskId) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TaskIdPBImpl | 
| Modifier and Type | Method and Description | 
|---|---|
| TaskId | TaskAttemptIdPBImpl. getTaskId() | 
| TaskId | TaskReportPBImpl. getTaskId() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TaskAttemptIdPBImpl. setTaskId(TaskId taskId) | 
| void | TaskReportPBImpl. setTaskId(TaskId taskId) | 
| Modifier and Type | Method and Description | 
|---|---|
| static TaskId | MRBuilderUtils. newTaskId(JobId jobId,
         int id,
         TaskType taskType) | 
| static TaskId | MRApps. toTaskID(String tid) | 
| Modifier and Type | Method and Description | 
|---|---|
| static TaskAttemptId | MRBuilderUtils. newTaskAttemptId(TaskId taskId,
                int attemptId) | 
| static String | MRApps. toString(TaskId tid) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.