@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() |
public GetApplicationReportResponse()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract ApplicationReport getApplicationReport()
ApplicationReport
for the application.ApplicationReport
for the applicationCopyright © 2015 Apache Software Foundation. All Rights Reserved.