@Public
@Unstable
public abstract class GetApplicationAttemptReportResponse
extends java.lang.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
| Constructor | Description |
|---|---|
GetApplicationAttemptReportResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract ApplicationAttemptReport |
getApplicationAttemptReport() |
Get the
ApplicationAttemptReport for the application attempt. |
static GetApplicationAttemptReportResponse |
newInstance(ApplicationAttemptReport ApplicationAttemptReport) |
|
abstract void |
setApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport) |
Get the
ApplicationAttemptReport for the application attempt. |
@Public @Unstable public static GetApplicationAttemptReportResponse newInstance(ApplicationAttemptReport ApplicationAttemptReport)
@Public @Unstable public abstract ApplicationAttemptReport getApplicationAttemptReport()
ApplicationAttemptReport for the application attempt.ApplicationAttemptReport for the application attempt@Public @Unstable public abstract void setApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport)
ApplicationAttemptReport for the application attempt.applicationAttemptReport - ApplicationAttemptReport for the application attemptCopyright © 2008–2025 Apache Software Foundation. All rights reserved.