Package | Description |
---|---|
org.apache.hadoop.mapreduce.v2.proto | |
org.apache.hadoop.mapreduce.v2.util |
Modifier and Type | Method and Description |
---|---|
MRProtos.PhaseProto |
MRProtos.TaskAttemptReportProtoOrBuilder.getPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9; |
MRProtos.PhaseProto |
MRProtos.TaskAttemptReportProto.getPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9; |
MRProtos.PhaseProto |
MRProtos.TaskAttemptReportProto.Builder.getPhase()
optional .hadoop.mapreduce.PhaseProto phase = 9; |
static MRProtos.PhaseProto |
MRProtos.PhaseProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static MRProtos.PhaseProto |
MRProtos.PhaseProto.valueOf(int value) |
static MRProtos.PhaseProto |
MRProtos.PhaseProto.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MRProtos.PhaseProto[] |
MRProtos.PhaseProto.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<MRProtos.PhaseProto> |
MRProtos.PhaseProto.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
MRProtos.TaskAttemptReportProto.Builder |
MRProtos.TaskAttemptReportProto.Builder.setPhase(MRProtos.PhaseProto value)
optional .hadoop.mapreduce.PhaseProto phase = 9; |
Modifier and Type | Method and Description |
---|---|
static MRProtos.PhaseProto |
MRProtoUtils.convertToProtoFormat(Phase e) |
Modifier and Type | Method and Description |
---|---|
static Phase |
MRProtoUtils.convertFromProtoFormat(MRProtos.PhaseProto e) |
Copyright © 2008–2019 Apache Software Foundation. All rights reserved.