org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
Class GetCountersResponsePBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.records.ProtoBase<MRServiceProtos.GetCountersResponseProto>
      extended by 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


Constructor Summary
GetCountersResponsePBImpl()
           
GetCountersResponsePBImpl(MRServiceProtos.GetCountersResponseProto proto)
           
 
Method Summary
 Counters getCounters()
           
 MRServiceProtos.GetCountersResponseProto getProto()
           
 void setCounters(Counters counters)
           
 
Methods inherited from class org.apache.hadoop.yarn.api.records.ProtoBase
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetCountersResponsePBImpl

public GetCountersResponsePBImpl()

GetCountersResponsePBImpl

public GetCountersResponsePBImpl(MRServiceProtos.GetCountersResponseProto proto)
Method Detail

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.