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

Packages that use MRProtos.JobReportProto
org.apache.hadoop.mapreduce.v2.api.records.impl.pb   
org.apache.hadoop.mapreduce.v2.proto   
 

Uses of MRProtos.JobReportProto in org.apache.hadoop.mapreduce.v2.api.records.impl.pb
 

Methods in org.apache.hadoop.mapreduce.v2.api.records.impl.pb that return MRProtos.JobReportProto
 MRProtos.JobReportProto JobReportPBImpl.getProto()
           
 

Constructors in org.apache.hadoop.mapreduce.v2.api.records.impl.pb with parameters of type MRProtos.JobReportProto
JobReportPBImpl(MRProtos.JobReportProto proto)
           
 

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

Fields in org.apache.hadoop.mapreduce.v2.proto with type parameters of type MRProtos.JobReportProto
static com.google.protobuf.Parser<MRProtos.JobReportProto> MRProtos.JobReportProto.PARSER
           
 

Methods in org.apache.hadoop.mapreduce.v2.proto that return MRProtos.JobReportProto
 MRProtos.JobReportProto MRProtos.JobReportProto.Builder.build()
           
 MRProtos.JobReportProto MRProtos.JobReportProto.Builder.buildPartial()
           
static MRProtos.JobReportProto MRProtos.JobReportProto.getDefaultInstance()
           
 MRProtos.JobReportProto MRProtos.JobReportProto.getDefaultInstanceForType()
           
 MRProtos.JobReportProto MRProtos.JobReportProto.Builder.getDefaultInstanceForType()
           
 MRProtos.JobReportProto MRServiceProtos.GetJobReportResponseProtoOrBuilder.getJobReport()
          optional .hadoop.mapreduce.JobReportProto job_report = 1;
 MRProtos.JobReportProto MRServiceProtos.GetJobReportResponseProto.getJobReport()
          optional .hadoop.mapreduce.JobReportProto job_report = 1;
 MRProtos.JobReportProto MRServiceProtos.GetJobReportResponseProto.Builder.getJobReport()
          optional .hadoop.mapreduce.JobReportProto job_report = 1;
static MRProtos.JobReportProto MRProtos.JobReportProto.parseDelimitedFrom(InputStream input)
           
static MRProtos.JobReportProto MRProtos.JobReportProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.JobReportProto MRProtos.JobReportProto.parseFrom(byte[] data)
           
static MRProtos.JobReportProto MRProtos.JobReportProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.JobReportProto MRProtos.JobReportProto.parseFrom(com.google.protobuf.ByteString data)
           
static MRProtos.JobReportProto MRProtos.JobReportProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.JobReportProto MRProtos.JobReportProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static MRProtos.JobReportProto MRProtos.JobReportProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.JobReportProto MRProtos.JobReportProto.parseFrom(InputStream input)
           
static MRProtos.JobReportProto MRProtos.JobReportProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

Methods in org.apache.hadoop.mapreduce.v2.proto that return types with arguments of type MRProtos.JobReportProto
 com.google.protobuf.Parser<MRProtos.JobReportProto> MRProtos.JobReportProto.getParserForType()
           
 

Methods in org.apache.hadoop.mapreduce.v2.proto with parameters of type MRProtos.JobReportProto
 MRProtos.JobReportProto.Builder MRProtos.JobReportProto.Builder.mergeFrom(MRProtos.JobReportProto other)
           
 MRServiceProtos.GetJobReportResponseProto.Builder MRServiceProtos.GetJobReportResponseProto.Builder.mergeJobReport(MRProtos.JobReportProto value)
          optional .hadoop.mapreduce.JobReportProto job_report = 1;
static MRProtos.JobReportProto.Builder MRProtos.JobReportProto.newBuilder(MRProtos.JobReportProto prototype)
           
 MRServiceProtos.GetJobReportResponseProto.Builder MRServiceProtos.GetJobReportResponseProto.Builder.setJobReport(MRProtos.JobReportProto value)
          optional .hadoop.mapreduce.JobReportProto job_report = 1;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.