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

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

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

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

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

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

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

Methods in org.apache.hadoop.mapreduce.v2.proto that return MRProtos.CounterProto
 MRProtos.CounterProto MRProtos.CounterProto.Builder.build()
           
 MRProtos.CounterProto MRProtos.CounterProto.Builder.buildPartial()
           
static MRProtos.CounterProto MRProtos.CounterProto.getDefaultInstance()
           
 MRProtos.CounterProto MRProtos.CounterProto.getDefaultInstanceForType()
           
 MRProtos.CounterProto MRProtos.CounterProto.Builder.getDefaultInstanceForType()
           
 MRProtos.CounterProto MRProtos.StringCounterMapProtoOrBuilder.getValue()
          optional .hadoop.mapreduce.CounterProto value = 2;
 MRProtos.CounterProto MRProtos.StringCounterMapProto.getValue()
          optional .hadoop.mapreduce.CounterProto value = 2;
 MRProtos.CounterProto MRProtos.StringCounterMapProto.Builder.getValue()
          optional .hadoop.mapreduce.CounterProto value = 2;
static MRProtos.CounterProto MRProtos.CounterProto.parseDelimitedFrom(InputStream input)
           
static MRProtos.CounterProto MRProtos.CounterProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.CounterProto MRProtos.CounterProto.parseFrom(byte[] data)
           
static MRProtos.CounterProto MRProtos.CounterProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.CounterProto MRProtos.CounterProto.parseFrom(com.google.protobuf.ByteString data)
           
static MRProtos.CounterProto MRProtos.CounterProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.CounterProto MRProtos.CounterProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static MRProtos.CounterProto MRProtos.CounterProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRProtos.CounterProto MRProtos.CounterProto.parseFrom(InputStream input)
           
static MRProtos.CounterProto MRProtos.CounterProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

Methods in org.apache.hadoop.mapreduce.v2.proto with parameters of type MRProtos.CounterProto
 MRProtos.CounterProto.Builder MRProtos.CounterProto.Builder.mergeFrom(MRProtos.CounterProto other)
           
 MRProtos.StringCounterMapProto.Builder MRProtos.StringCounterMapProto.Builder.mergeValue(MRProtos.CounterProto value)
          optional .hadoop.mapreduce.CounterProto value = 2;
static MRProtos.CounterProto.Builder MRProtos.CounterProto.newBuilder(MRProtos.CounterProto prototype)
           
 MRProtos.StringCounterMapProto.Builder MRProtos.StringCounterMapProto.Builder.setValue(MRProtos.CounterProto value)
          optional .hadoop.mapreduce.CounterProto value = 2;
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.