org.apache.hadoop.yarn.api.protocolrecords.impl.pb
Class GetApplicationReportResponsePBImpl

java.lang.Object
  extended by org.apache.hadoop.yarn.api.records.ProtoBase<YarnServiceProtos.GetApplicationReportResponseProto>
      extended by org.apache.hadoop.yarn.api.protocolrecords.impl.pb.GetApplicationReportResponsePBImpl
All Implemented Interfaces:
GetApplicationReportResponse

public class GetApplicationReportResponsePBImpl
extends ProtoBase<YarnServiceProtos.GetApplicationReportResponseProto>
implements GetApplicationReportResponse


Constructor Summary
GetApplicationReportResponsePBImpl()
           
GetApplicationReportResponsePBImpl(YarnServiceProtos.GetApplicationReportResponseProto proto)
           
 
Method Summary
 ApplicationReport getApplicationReport()
          Get the ApplicationReport for the application.
 YarnServiceProtos.GetApplicationReportResponseProto getProto()
           
 void setApplicationReport(ApplicationReport applicationMaster)
           
 
Methods inherited from class org.apache.hadoop.yarn.api.records.ProtoBase
convertFromProtoFormat, convertToProtoFormat, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetApplicationReportResponsePBImpl

public GetApplicationReportResponsePBImpl()

GetApplicationReportResponsePBImpl

public GetApplicationReportResponsePBImpl(YarnServiceProtos.GetApplicationReportResponseProto proto)
Method Detail

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.