@InterfaceAudience.Public @InterfaceStability.Stable public interface 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.
| Modifier and Type | Method and Description |
|---|---|
ApplicationReport |
getApplicationReport()
Get the
ApplicationReport for the application. |
@InterfaceAudience.Public @InterfaceStability.Stable ApplicationReport getApplicationReport()
ApplicationReport for the application.ApplicationReport for the applicationCopyright © 2014 Apache Software Foundation. All Rights Reserved.