org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb
Class GetJobReportResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<MRServiceProtos.GetJobReportResponseProto>
org.apache.hadoop.mapreduce.v2.api.protocolrecords.impl.pb.GetJobReportResponsePBImpl
- All Implemented Interfaces:
- GetJobReportResponse
public class GetJobReportResponsePBImpl
- extends org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<MRServiceProtos.GetJobReportResponseProto>
- implements GetJobReportResponse
| Methods inherited from class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase |
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString |
GetJobReportResponsePBImpl
public GetJobReportResponsePBImpl()
GetJobReportResponsePBImpl
public GetJobReportResponsePBImpl(MRServiceProtos.GetJobReportResponseProto proto)
getProto
public MRServiceProtos.GetJobReportResponseProto getProto()
- Specified by:
getProto in class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<MRServiceProtos.GetJobReportResponseProto>
getJobReport
public JobReport getJobReport()
- Specified by:
getJobReport in interface GetJobReportResponse
setJobReport
public void setJobReport(JobReport jobReport)
- Specified by:
setJobReport in interface GetJobReportResponse
Copyright © 2013 Apache Software Foundation. All Rights Reserved.