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

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

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

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

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

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

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

Methods in org.apache.hadoop.mapreduce.v2.proto that return MRProtos.CountersProto
 MRProtos.CountersProto MRProtos.CountersProto.Builder.build()
           
 MRProtos.CountersProto MRProtos.CountersProto.Builder.buildPartial()
           
 MRProtos.CountersProto MRProtos.TaskReportProtoOrBuilder.getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRProtos.CountersProto MRProtos.TaskReportProto.getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRProtos.CountersProto MRProtos.TaskReportProto.Builder.getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRProtos.CountersProto MRProtos.TaskAttemptReportProtoOrBuilder.getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRProtos.CountersProto MRProtos.TaskAttemptReportProto.getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRProtos.CountersProto MRProtos.TaskAttemptReportProto.Builder.getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRProtos.CountersProto MRServiceProtos.GetCountersResponseProtoOrBuilder.getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 1;
 MRProtos.CountersProto MRServiceProtos.GetCountersResponseProto.getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 1;
 MRProtos.CountersProto MRServiceProtos.GetCountersResponseProto.Builder.getCounters()
          optional .hadoop.mapreduce.CountersProto counters = 1;
static MRProtos.CountersProto MRProtos.CountersProto.getDefaultInstance()
           
 MRProtos.CountersProto MRProtos.CountersProto.getDefaultInstanceForType()
           
 MRProtos.CountersProto MRProtos.CountersProto.Builder.getDefaultInstanceForType()
           
static MRProtos.CountersProto MRProtos.CountersProto.parseDelimitedFrom(InputStream input)
           
static MRProtos.CountersProto MRProtos.CountersProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.CountersProto MRProtos.CountersProto.parseFrom(byte[] data)
           
static MRProtos.CountersProto MRProtos.CountersProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.CountersProto MRProtos.CountersProto.parseFrom(com.google.protobuf.ByteString data)
           
static MRProtos.CountersProto MRProtos.CountersProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.CountersProto MRProtos.CountersProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static MRProtos.CountersProto MRProtos.CountersProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.CountersProto MRProtos.CountersProto.parseFrom(InputStream input)
           
static MRProtos.CountersProto MRProtos.CountersProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

Methods in org.apache.hadoop.mapreduce.v2.proto with parameters of type MRProtos.CountersProto
 MRProtos.TaskReportProto.Builder MRProtos.TaskReportProto.Builder.mergeCounters(MRProtos.CountersProto value)
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRProtos.TaskAttemptReportProto.Builder MRProtos.TaskAttemptReportProto.Builder.mergeCounters(MRProtos.CountersProto value)
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRServiceProtos.GetCountersResponseProto.Builder MRServiceProtos.GetCountersResponseProto.Builder.mergeCounters(MRProtos.CountersProto value)
          optional .hadoop.mapreduce.CountersProto counters = 1;
 MRProtos.CountersProto.Builder MRProtos.CountersProto.Builder.mergeFrom(MRProtos.CountersProto other)
           
static MRProtos.CountersProto.Builder MRProtos.CountersProto.newBuilder(MRProtos.CountersProto prototype)
           
 MRProtos.TaskReportProto.Builder MRProtos.TaskReportProto.Builder.setCounters(MRProtos.CountersProto value)
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRProtos.TaskAttemptReportProto.Builder MRProtos.TaskAttemptReportProto.Builder.setCounters(MRProtos.CountersProto value)
          optional .hadoop.mapreduce.CountersProto counters = 6;
 MRServiceProtos.GetCountersResponseProto.Builder MRServiceProtos.GetCountersResponseProto.Builder.setCounters(MRProtos.CountersProto value)
          optional .hadoop.mapreduce.CountersProto counters = 1;
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.