Class GetJobReportResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.mapreduce.v2.proto.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<org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetJobReportResponseProto>
implements GetJobReportResponse
-
Constructor Summary
ConstructorsConstructorDescriptionGetJobReportResponsePBImpl(org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetJobReportResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetJobReportResponseProtogetProto()voidsetJobReport(JobReport jobReport) Methods inherited from class org.apache.hadoop.yarn.api.records.impl.pb.ProtoBase
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString
-
Constructor Details
-
GetJobReportResponsePBImpl
public GetJobReportResponsePBImpl() -
GetJobReportResponsePBImpl
public GetJobReportResponsePBImpl(org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetJobReportResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetJobReportResponseProto getProto()- Specified by:
getProtoin classorg.apache.hadoop.yarn.api.records.impl.pb.ProtoBase<org.apache.hadoop.mapreduce.v2.proto.MRServiceProtos.GetJobReportResponseProto>
-
getJobReport
- Specified by:
getJobReportin interfaceGetJobReportResponse
-
setJobReport
- Specified by:
setJobReportin interfaceGetJobReportResponse
-