Modifier and Type | Method and Description |
---|---|
Task |
Job.getTask(TaskId taskID) |
Modifier and Type | Method and Description |
---|---|
Map<TaskId,Task> |
Job.getTasks() |
Map<TaskId,Task> |
Job.getTasks(TaskType taskType) |
Modifier and Type | Class and Description |
---|---|
class |
MapTaskImpl |
class |
ReduceTaskImpl |
class |
TaskImpl
Implementation of Task interface.
|
Modifier and Type | Method and Description |
---|---|
Task |
JobImpl.getTask(TaskId taskID) |
Modifier and Type | Method and Description |
---|---|
Map<TaskId,Task> |
JobImpl.getTasks() |
Map<TaskId,Task> |
JobImpl.getTasks(TaskType taskType) |
Modifier and Type | Method and Description |
---|---|
protected void |
JobImpl.addTask(Task task) |
Modifier and Type | Method and Description |
---|---|
static Counters |
JobImpl.incrTaskCounters(Counters counters,
Collection<Task> tasks) |
Modifier and Type | Method and Description |
---|---|
void |
MRAppMetrics.completedTask(Task task) |
void |
MRAppMetrics.endRunningTask(Task task) |
void |
MRAppMetrics.endWaitingTask(Task task) |
void |
MRAppMetrics.failedTask(Task task) |
void |
MRAppMetrics.killedTask(Task task) |
void |
MRAppMetrics.launchedTask(Task task) |
void |
MRAppMetrics.runningTask(Task task) |
void |
MRAppMetrics.waitingTask(Task task) |
Modifier and Type | Field and Description |
---|---|
protected Task |
SingleCounterBlock.task |
Modifier and Type | Method and Description |
---|---|
Task |
App.getTask() |
static Task |
AMWebServices.getTaskFromTaskIdString(String tid,
Job job)
convert a task id string to an actual task and handle all the error
checking.
|
Modifier and Type | Method and Description |
---|---|
static TaskAttempt |
AMWebServices.getTaskAttemptFromTaskAttemptString(String attId,
Task task)
convert a task attempt id string to an actual task attempt and handle all
the error checking.
|
Constructor and Description |
---|
JobTaskCounterInfo(Task task) |
TaskInfo(Task task) |
Modifier and Type | Class and Description |
---|---|
class |
CompletedTask |
Modifier and Type | Method and Description |
---|---|
Task |
CompletedJob.getTask(TaskId taskId) |
Task |
PartialJob.getTask(TaskId taskID) |
Modifier and Type | Method and Description |
---|---|
Map<TaskId,Task> |
CompletedJob.getTasks() |
Map<TaskId,Task> |
PartialJob.getTasks() |
Map<TaskId,Task> |
CompletedJob.getTasks(TaskType taskType) |
Map<TaskId,Task> |
PartialJob.getTasks(TaskType taskType) |
Copyright © 2013 Apache Software Foundation. All rights reserved.