| Package | Description |
|---|---|
| org.apache.hadoop.mapreduce | |
| org.apache.hadoop.mapreduce.v2.api.records | |
| org.apache.hadoop.mapreduce.v2.api.records.impl.pb | |
| org.apache.hadoop.mapreduce.v2.util |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.mapred.TIPStatus |
TypeConverter.fromYarn(TaskState state) |
| Modifier and Type | Method | Description |
|---|---|---|
TaskState |
TaskReport.getTaskState() |
|
static TaskState |
TaskState.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static TaskState[] |
TaskState.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TaskReport.setTaskState(TaskState taskState) |
| Modifier and Type | Method | Description |
|---|---|---|
TaskState |
TaskReportPBImpl.getTaskState() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TaskReportPBImpl.setTaskState(TaskState taskState) |
| Modifier and Type | Method | Description |
|---|---|---|
static TaskState |
MRProtoUtils.convertFromProtoFormat(org.apache.hadoop.mapreduce.v2.proto.MRProtos.TaskStateProto e) |
| Modifier and Type | Method | Description |
|---|---|---|
static org.apache.hadoop.mapreduce.v2.proto.MRProtos.TaskStateProto |
MRProtoUtils.convertToProtoFormat(TaskState e) |
|
boolean |
MRApps.TaskStateUI.correspondsTo(TaskState state) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.