@InterfaceAudience.Public @InterfaceStability.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
ApplicationAttemptReport
,
ApplicationBaseProtocol.getApplicationAttemptReport(GetApplicationAttemptReportRequest)
Constructor and Description |
---|
GetApplicationAttemptReportResponse() |
Modifier and Type | Method and 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 GetApplicationAttemptReportResponse()
@InterfaceAudience.Public @InterfaceStability.Unstable public static GetApplicationAttemptReportResponse newInstance(ApplicationAttemptReport ApplicationAttemptReport)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract ApplicationAttemptReport getApplicationAttemptReport()
ApplicationAttemptReport
for the application attempt.ApplicationAttemptReport
for the application attempt@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport)
ApplicationAttemptReport
for the application attempt.applicationAttemptReport
- ApplicationAttemptReport
for the application attemptCopyright © 2015 Apache Software Foundation. All Rights Reserved.