org.apache.hadoop.yarn.api.protocolrecords
Interface GetApplicationReportResponse

All Known Implementing Classes:
GetApplicationReportResponsePBImpl

@InterfaceAudience.Public
@InterfaceStability.Stable
public interface GetApplicationReportResponse

The response sent by the ResourceManager to a client requesting an application report.

The response includes an ApplicationReport which has details such as user, queue, name, host on which the ApplicationMaster is running, RPC port, tracking URL, diagnostics, start time etc.

See Also:
ClientRMProtocol.getApplicationReport(GetApplicationReportRequest)

Method Summary
 ApplicationReport getApplicationReport()
          Get the ApplicationReport for the application.
 void setApplicationReport(ApplicationReport ApplicationReport)
           
 

Method Detail

getApplicationReport

@InterfaceAudience.Public
@InterfaceStability.Stable
ApplicationReport getApplicationReport()
Get the ApplicationReport for the application.

Returns:
ApplicationReport for the application

setApplicationReport

@InterfaceAudience.Private
@InterfaceStability.Unstable
void setApplicationReport(ApplicationReport ApplicationReport)


Copyright © 2012 Apache Software Foundation. All Rights Reserved.