Uses of Class
org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersRequestProto

Packages that use MRServiceProtos.GetCountersRequestProto
org.apache.hadoop.mapreduce.v2.api.impl.pb.service   
org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb   
org.apache.hadoop.mapreduce.v2.proto   
org.apache.hadoop.yarn.proto   
 

Uses of MRServiceProtos.GetCountersRequestProto in org.apache.hadoop.mapreduce.v2.api.impl.pb.service
 

Methods in org.apache.hadoop.mapreduce.v2.api.impl.pb.service with parameters of type MRServiceProtos.GetCountersRequestProto
 MRServiceProtos.GetCountersResponseProto MRClientProtocolPBServiceImpl.getCounters(com.google.protobuf.RpcController controller, MRServiceProtos.GetCountersRequestProto proto)
           
 

Uses of MRServiceProtos.GetCountersRequestProto in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb that return MRServiceProtos.GetCountersRequestProto
 MRServiceProtos.GetCountersRequestProto GetCountersRequestPBImpl.getProto()
           
 

Constructors in org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb with parameters of type MRServiceProtos.GetCountersRequestProto
GetCountersRequestPBImpl(MRServiceProtos.GetCountersRequestProto proto)
           
 

Uses of MRServiceProtos.GetCountersRequestProto in org.apache.hadoop.mapreduce.v2.proto
 

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

Methods in org.apache.hadoop.mapreduce.v2.proto that return MRServiceProtos.GetCountersRequestProto
 MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.Builder.build()
           
 MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.Builder.buildPartial()
           
static MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.getDefaultInstance()
           
 MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.getDefaultInstanceForType()
           
 MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.Builder.getDefaultInstanceForType()
           
static MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.parseDelimitedFrom(InputStream input)
           
static MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.parseFrom(byte[] data)
           
static MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.parseFrom(com.google.protobuf.ByteString data)
           
static MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.parseFrom(com.google.protobuf.CodedInputStream input)
           
static MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
static MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.parseFrom(InputStream input)
           
static MRServiceProtos.GetCountersRequestProto MRServiceProtos.GetCountersRequestProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
           
 

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

Methods in org.apache.hadoop.mapreduce.v2.proto with parameters of type MRServiceProtos.GetCountersRequestProto
 MRServiceProtos.GetCountersRequestProto.Builder MRServiceProtos.GetCountersRequestProto.Builder.mergeFrom(MRServiceProtos.GetCountersRequestProto other)
           
static MRServiceProtos.GetCountersRequestProto.Builder MRServiceProtos.GetCountersRequestProto.newBuilder(MRServiceProtos.GetCountersRequestProto prototype)
           
 

Uses of MRServiceProtos.GetCountersRequestProto in org.apache.hadoop.yarn.proto
 

Methods in org.apache.hadoop.yarn.proto with parameters of type MRServiceProtos.GetCountersRequestProto
 MRServiceProtos.GetCountersResponseProto MRClientProtocol.MRClientProtocolService.BlockingInterface.getCounters(com.google.protobuf.RpcController controller, MRServiceProtos.GetCountersRequestProto request)
           
abstract  void MRClientProtocol.MRClientProtocolService.getCounters(com.google.protobuf.RpcController controller, MRServiceProtos.GetCountersRequestProto request, com.google.protobuf.RpcCallback<MRServiceProtos.GetCountersResponseProto> done)
          rpc getCounters(.hadoop.mapreduce.GetCountersRequestProto) returns (.hadoop.mapreduce.GetCountersResponseProto);
 void MRClientProtocol.MRClientProtocolService.Interface.getCounters(com.google.protobuf.RpcController controller, MRServiceProtos.GetCountersRequestProto request, com.google.protobuf.RpcCallback<MRServiceProtos.GetCountersResponseProto> done)
          rpc getCounters(.hadoop.mapreduce.GetCountersRequestProto) returns (.hadoop.mapreduce.GetCountersResponseProto);
 void MRClientProtocol.MRClientProtocolService.Stub.getCounters(com.google.protobuf.RpcController controller, MRServiceProtos.GetCountersRequestProto request, com.google.protobuf.RpcCallback<MRServiceProtos.GetCountersResponseProto> done)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.