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

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

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

Methods in org.apache.hadoop.mapreduce.v2.proto that return MRProtos.JobStateProto
 MRProtos.JobStateProto MRProtos.JobReportProtoOrBuilder.getJobState()
           
 MRProtos.JobStateProto MRProtos.JobReportProto.getJobState()
           
 MRProtos.JobStateProto MRProtos.JobReportProto.Builder.getJobState()
           
static MRProtos.JobStateProto MRProtos.JobStateProto.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
           
static MRProtos.JobStateProto MRProtos.JobStateProto.valueOf(int value)
           
static MRProtos.JobStateProto MRProtos.JobStateProto.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MRProtos.JobStateProto[] MRProtos.JobStateProto.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.JobStateProto
static com.google.protobuf.Internal.EnumLiteMap<MRProtos.JobStateProto> MRProtos.JobStateProto.internalGetValueMap()
           
 

Methods in org.apache.hadoop.mapreduce.v2.proto with parameters of type MRProtos.JobStateProto
 MRProtos.JobReportProto.Builder MRProtos.JobReportProto.Builder.setJobState(MRProtos.JobStateProto value)
           
 

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

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

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



Copyright © 2012 Apache Software Foundation. All Rights Reserved.