Class GetApplicationReportRequest

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

@Public @Stable public abstract class GetApplicationReportRequest extends Object

The request sent by a client to the ResourceManager to get an ApplicationReport for an application.

The request should include the ApplicationId of the application.

See Also:
  • ApplicationBaseProtocol.getApplicationReport(GetApplicationReportRequest)
  • ApplicationReport
  • Constructor Details

    • GetApplicationReportRequest

      public GetApplicationReportRequest()
  • Method Details

    • newInstance

      @Public @Stable public static GetApplicationReportRequest newInstance(ApplicationId applicationId)
    • getApplicationId

      @Public @Stable public abstract ApplicationId getApplicationId()
      Get the ApplicationId of the application.
      Returns:
      ApplicationId of the application
    • setApplicationId

      @Public @Stable public abstract void setApplicationId(ApplicationId applicationId)
      Set the ApplicationId of the application
      Parameters:
      applicationId - ApplicationId of the application