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 and Description |
---|---|
static Phase |
TypeConverter.toYarn(org.apache.hadoop.mapred.TaskStatus.Phase phase) |
Modifier and Type | Method and Description |
---|---|
Phase |
TaskAttemptReport.getPhase() |
static Phase |
Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Phase[] |
Phase.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.setPhase(Phase phase) |
Modifier and Type | Method and Description |
---|---|
Phase |
TaskAttemptReportPBImpl.getPhase() |
Modifier and Type | Method and Description |
---|---|
void |
TaskAttemptReportPBImpl.setPhase(Phase phase) |
Modifier and Type | Method and Description |
---|---|
static Phase |
MRProtoUtils.convertFromProtoFormat(org.apache.hadoop.mapreduce.v2.proto.MRProtos.PhaseProto e) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.mapreduce.v2.proto.MRProtos.PhaseProto |
MRProtoUtils.convertToProtoFormat(Phase e) |
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.