@InterfaceAudience.Public @InterfaceStability.Stable public abstract class GetApplicationReportResponse extends Object
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.
ApplicationBaseProtocol.getApplicationReport(GetApplicationReportRequest)
Constructor and Description |
---|
GetApplicationReportResponse() |
Modifier and Type | Method and Description |
---|---|
abstract ApplicationReport |
getApplicationReport()
Get the
ApplicationReport for the application. |
@InterfaceAudience.Public @InterfaceStability.Stable public abstract ApplicationReport getApplicationReport()
ApplicationReport
for the application.ApplicationReport
for the applicationCopyright © 2023 Apache Software Foundation. All rights reserved.