public class GetCountersRequestPBImpl extends org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<MRServiceProtos.GetCountersRequestProto> implements GetCountersRequest
Constructor and Description |
---|
GetCountersRequestPBImpl() |
GetCountersRequestPBImpl(MRServiceProtos.GetCountersRequestProto proto) |
Modifier and Type | Method and Description |
---|---|
JobId |
getJobId() |
MRServiceProtos.GetCountersRequestProto |
getProto() |
void |
setJobId(JobId jobId) |
public GetCountersRequestPBImpl()
public GetCountersRequestPBImpl(MRServiceProtos.GetCountersRequestProto proto)
public MRServiceProtos.GetCountersRequestProto getProto()
getProto
in class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<MRServiceProtos.GetCountersRequestProto>
public JobId getJobId()
getJobId
in interface GetCountersRequest
public void setJobId(JobId jobId)
setJobId
in interface GetCountersRequest
Copyright © 2020 Apache Software Foundation. All rights reserved.