Class GetApplicationReportResponse
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse
The response sent by the ResourceManager to a client
requesting an application report.
The response includes an ApplicationReport which has details such
as user, queue, name, host on which the ApplicationMaster is
running, RPC port, tracking URL, diagnostics, start time etc.
- See Also:
-
ApplicationBaseProtocol.getApplicationReport(GetApplicationReportRequest)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ApplicationReportGet theApplicationReportfor the application.static GetApplicationReportResponsenewInstance(ApplicationReport ApplicationReport) abstract voidsetApplicationReport(ApplicationReport ApplicationReport)
-
Constructor Details
-
GetApplicationReportResponse
public GetApplicationReportResponse()
-
-
Method Details
-
newInstance
@Private @Unstable public static GetApplicationReportResponse newInstance(ApplicationReport ApplicationReport) -
getApplicationReport
Get theApplicationReportfor the application.- Returns:
ApplicationReportfor the application
-
setApplicationReport
-