@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)| コンストラクタと説明 | 
|---|
| GetApplicationReportResponse() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| abstract ApplicationReport | getApplicationReport()Get the  ApplicationReportfor the application. | 
public GetApplicationReportResponse()
@InterfaceAudience.Public @InterfaceStability.Stable public abstract ApplicationReport getApplicationReport()
ApplicationReport for the application.ApplicationReport for the applicationCopyright © 2016 Apache Software Foundation. All rights reserved.