Class GetApplicationReportResponse

java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse

@Public @Stable public abstract class GetApplicationReportResponse extends Object

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:
  • ApplicationBaseProtocol.getApplicationReport(GetApplicationReportRequest)
  • Constructor Details

    • GetApplicationReportResponse

      public GetApplicationReportResponse()
  • Method Details

    • newInstance

      @Private @Unstable public static GetApplicationReportResponse newInstance(ApplicationReport ApplicationReport)
    • getApplicationReport

      @Public @Stable public abstract ApplicationReport getApplicationReport()
      Get the ApplicationReport for the application.
      Returns:
      ApplicationReport for the application
    • setApplicationReport

      @Private @Unstable public abstract void setApplicationReport(ApplicationReport ApplicationReport)