| Modifier and Type | Class and Description |
|---|---|
class |
MapTaskAttemptImpl |
class |
ReduceTaskAttemptImpl |
| Modifier and Type | Method and Description |
|---|---|
TaskAttempt |
Task.getAttempt(TaskAttemptId attemptID) |
| Modifier and Type | Method and Description |
|---|---|
Map<TaskAttemptId,TaskAttempt> |
Task.getAttempts() |
| Modifier and Type | Class and Description |
|---|---|
class |
TaskAttemptImpl
Implementation of TaskAttempt interface.
|
| Modifier and Type | Method and Description |
|---|---|
TaskAttempt |
TaskImpl.getAttempt(TaskAttemptId attemptID) |
protected TaskAttempt |
TaskImpl.getSuccessfulAttempt() |
| Modifier and Type | Method and Description |
|---|---|
Map<TaskAttemptId,TaskAttempt> |
TaskImpl.getAttempts() |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
TaskAttempt |
TaskInfo.getSuccessful() |
| Constructor and Description |
|---|
JobTaskAttemptCounterInfo(TaskAttempt taskattempt) |
ReduceTaskAttemptInfo(TaskAttempt ta,
TaskType type) |
TaskAttemptInfo(TaskAttempt ta,
Boolean isRunning) |
TaskAttemptInfo(TaskAttempt ta,
TaskType type,
Boolean isRunning) |
| Modifier and Type | Class and Description |
|---|---|
class |
CompletedTaskAttempt |
| Modifier and Type | Method and Description |
|---|---|
TaskAttempt |
CompletedTask.getAttempt(TaskAttemptId attemptID) |
| Modifier and Type | Method and Description |
|---|---|
Map<TaskAttemptId,TaskAttempt> |
CompletedTask.getAttempts() |
Copyright © 2013 Apache Software Foundation. All rights reserved.