Class GetApplicationAttemptReportResponse

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

@Public @Unstable public abstract class GetApplicationAttemptReportResponse extends Object

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

The response includes an ApplicationAttemptReport which has the details about the particular application attempt

See Also:
  • Constructor Details

    • GetApplicationAttemptReportResponse

      public GetApplicationAttemptReportResponse()
  • Method Details

    • newInstance

      @Public @Unstable public static GetApplicationAttemptReportResponse newInstance(ApplicationAttemptReport ApplicationAttemptReport)
    • getApplicationAttemptReport

      @Public @Unstable public abstract ApplicationAttemptReport getApplicationAttemptReport()
      Get the ApplicationAttemptReport for the application attempt.
      Returns:
      ApplicationAttemptReport for the application attempt
    • setApplicationAttemptReport

      @Public @Unstable public abstract void setApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport)
      Get the ApplicationAttemptReport for the application attempt.
      Parameters:
      applicationAttemptReport - ApplicationAttemptReport for the application attempt