Modifier and Type | Method and Description |
---|---|
static TaskAttemptState |
TypeConverter.toYarn(TaskStatus.State state) |
Modifier and Type | Method and Description |
---|---|
TaskAttemptState |
TaskAttemptReport.getTaskAttemptState() |
static TaskAttemptState |
TaskAttemptState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskAttemptState[] |
TaskAttemptState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TaskAttemptReport.setTaskAttemptState(TaskAttemptState taskAttemptState) |
Modifier and Type | Method and Description |
---|---|
TaskAttemptState |
TaskAttemptReportPBImpl.getTaskAttemptState() |
Modifier and Type | Method and Description |
---|---|
void |
TaskAttemptReportPBImpl.setTaskAttemptState(TaskAttemptState taskAttemptState) |
Modifier and Type | Method and Description |
---|---|
TaskAttemptState |
TaskAttempt.getState() |
Modifier and Type | Field and Description |
---|---|
TaskAttemptState |
TaskAttemptStatusUpdateEvent.TaskAttemptStatus.taskState |
Modifier and Type | Method and Description |
---|---|
TaskAttemptState |
TaskAttemptImpl.getState() |
Modifier and Type | Field and Description |
---|---|
protected TaskAttemptState |
TaskAttemptInfo.state |
Modifier and Type | Method and Description |
---|---|
TaskAttemptState |
CompletedTaskAttempt.getState() |
Modifier and Type | Method and Description |
---|---|
static TaskAttemptState |
MRProtoUtils.convertFromProtoFormat(MRProtos.TaskAttemptStateProto e) |
Modifier and Type | Method and Description |
---|---|
static MRProtos.TaskAttemptStateProto |
MRProtoUtils.convertToProtoFormat(TaskAttemptState e) |
boolean |
MRApps.TaskAttemptStateUI.correspondsTo(TaskAttemptState state) |
Copyright © 2013 Apache Software Foundation. All rights reserved.