org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
Class GetCountersResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.ProtoBase<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.ProtoBase<MRServiceProtos.GetCountersResponseProto>
- implements GetCountersResponse
| Methods inherited from class org.apache.hadoop.yarn.api.records.ProtoBase |
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString |
GetCountersResponsePBImpl
public GetCountersResponsePBImpl()
GetCountersResponsePBImpl
public GetCountersResponsePBImpl(MRServiceProtos.GetCountersResponseProto proto)
getProto
public MRServiceProtos.GetCountersResponseProto getProto()
- Specified by:
getProto in class org.apache.hadoop.yarn.api.records.ProtoBase<MRServiceProtos.GetCountersResponseProto>
getCounters
public Counters getCounters()
- Specified by:
getCounters in interface GetCountersResponse
setCounters
public void setCounters(Counters counters)
- Specified by:
setCounters in interface GetCountersResponse
Copyright © 2012 Apache Software Foundation. All Rights Reserved.