public class GetCountersResponsePBImpl extends org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<MRServiceProtos.GetCountersResponseProto> implements GetCountersResponse
Constructor and Description |
---|
GetCountersResponsePBImpl() |
GetCountersResponsePBImpl(MRServiceProtos.GetCountersResponseProto proto) |
Modifier and Type | Method and Description |
---|---|
Counters |
getCounters() |
MRServiceProtos.GetCountersResponseProto |
getProto() |
void |
setCounters(Counters counters) |
public GetCountersResponsePBImpl()
public GetCountersResponsePBImpl(MRServiceProtos.GetCountersResponseProto proto)
public MRServiceProtos.GetCountersResponseProto getProto()
getProto
in class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<MRServiceProtos.GetCountersResponseProto>
public Counters getCounters()
getCounters
in interface GetCountersResponse
public void setCounters(Counters counters)
setCounters
in interface GetCountersResponse
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.