Uses of Class
org.apache.hadoop.mapreduce.v2.proto.MRProtos.PhaseProto

Packages that use MRProtos.PhaseProto
org.apache.hadoop.mapreduce.v2.proto   
org.apache.hadoop.mapreduce.v2.util   
 

Uses of MRProtos.PhaseProto in org.apache.hadoop.mapreduce.v2.proto
 

Methods in org.apache.hadoop.mapreduce.v2.proto that return MRProtos.PhaseProto
 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.
 

Methods in org.apache.hadoop.mapreduce.v2.proto that return types with arguments of type MRProtos.PhaseProto
static com.google.protobuf.Internal.EnumLiteMap<MRProtos.PhaseProto> MRProtos.PhaseProto.internalGetValueMap()
           
 

Methods in org.apache.hadoop.mapreduce.v2.proto with parameters of type MRProtos.PhaseProto
 MRProtos.TaskAttemptReportProto.Builder MRProtos.TaskAttemptReportProto.Builder.setPhase(MRProtos.PhaseProto value)
          optional .hadoop.mapreduce.PhaseProto phase = 9;
 

Uses of MRProtos.PhaseProto in org.apache.hadoop.mapreduce.v2.util
 

Methods in org.apache.hadoop.mapreduce.v2.util that return MRProtos.PhaseProto
static MRProtos.PhaseProto MRProtoUtils.convertToProtoFormat(Phase e)
           
 

Methods in org.apache.hadoop.mapreduce.v2.util with parameters of type MRProtos.PhaseProto
static Phase MRProtoUtils.convertFromProtoFormat(MRProtos.PhaseProto e)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.