org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetApplicationReportResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.api.records.ProtoBase<YarnServiceProtos.GetApplicationReportResponseProto>
org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationReportResponsePBImpl
- All Implemented Interfaces:
- GetApplicationReportResponse
public class GetApplicationReportResponsePBImpl
- extends ProtoBase<YarnServiceProtos.GetApplicationReportResponseProto>
- implements GetApplicationReportResponse
GetApplicationReportResponsePBImpl
public GetApplicationReportResponsePBImpl()
GetApplicationReportResponsePBImpl
public GetApplicationReportResponsePBImpl(YarnServiceProtos.GetApplicationReportResponseProto proto)
getProto
public YarnServiceProtos.GetApplicationReportResponseProto getProto()
- Specified by:
getProto in class ProtoBase<YarnServiceProtos.GetApplicationReportResponseProto>
getApplicationReport
public ApplicationReport getApplicationReport()
- Description copied from interface:
GetApplicationReportResponse
- Get the
ApplicationReport for the application.
- Specified by:
getApplicationReport in interface GetApplicationReportResponse
- Returns:
ApplicationReport for the application
setApplicationReport
public void setApplicationReport(ApplicationReport applicationMaster)
- Specified by:
setApplicationReport in interface GetApplicationReportResponse
Copyright © 2012 Apache Software Foundation. All Rights Reserved.