Class GetApplicationAttemptReportResponse
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
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:
-
ApplicationAttemptReportApplicationBaseProtocol.getApplicationAttemptReport(GetApplicationAttemptReportRequest)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ApplicationAttemptReportGet theApplicationAttemptReportfor the application attempt.newInstance(ApplicationAttemptReport ApplicationAttemptReport) abstract voidsetApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport) Get theApplicationAttemptReportfor the application attempt.
-
Constructor Details
-
GetApplicationAttemptReportResponse
public GetApplicationAttemptReportResponse()
-
-
Method Details
-
newInstance
@Public @Unstable public static GetApplicationAttemptReportResponse newInstance(ApplicationAttemptReport ApplicationAttemptReport) -
getApplicationAttemptReport
Get theApplicationAttemptReportfor the application attempt.- Returns:
ApplicationAttemptReportfor the application attempt
-
setApplicationAttemptReport
@Public @Unstable public abstract void setApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport) Get theApplicationAttemptReportfor the application attempt.- Parameters:
applicationAttemptReport-ApplicationAttemptReportfor the application attempt
-