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