Class GetCountersResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersResponseProto>
org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetCountersResponsePBImpl
- All Implemented Interfaces:
GetCountersResponse
public class GetCountersResponsePBImpl
extends org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersResponseProto>
implements GetCountersResponse
-
Constructor Summary
ConstructorsConstructorDescriptionGetCountersResponsePBImpl(org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersResponseProtogetProto()voidsetCounters(Counters counters) Methods inherited from class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString
-
Constructor Details
-
GetCountersResponsePBImpl
public GetCountersResponsePBImpl() -
GetCountersResponsePBImpl
public GetCountersResponsePBImpl(org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersResponseProto getProto()- Specified by:
getProtoin classorg.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetCountersResponseProto>
-
getCounters
- Specified by:
getCountersin interfaceGetCountersResponse
-
setCounters
- Specified by:
setCountersin interfaceGetCountersResponse
-