| Modifier and Type | Method and Description | 
|---|---|
| static TaskAttemptState | TypeConverter. toYarn(org.apache.hadoop.mapred.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 | 
|---|---|
| static TaskAttemptState | MRProtoUtils. convertFromProtoFormat(org.apache.hadoop.mapreduce.v2.proto.MRProtos.TaskAttemptStateProto e) | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.mapreduce.v2.proto.MRProtos.TaskAttemptStateProto | MRProtoUtils. convertToProtoFormat(TaskAttemptState e) | 
| boolean | MRApps.TaskAttemptStateUI. correspondsTo(TaskAttemptState state) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.