org.apache.hadoop.yarn.api.protocolrecords
Class GetApplicationReportResponse
java.lang.Object
org.apache.hadoop.yarn.api.protocolrecords.GetApplicationReportResponse
@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.
- See Also:
ApplicationClientProtocol.getApplicationReport(GetApplicationReportRequest)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetApplicationReportResponse
public GetApplicationReportResponse()
getApplicationReport
@InterfaceAudience.Public
@InterfaceStability.Stable
public abstract ApplicationReport getApplicationReport()
- Get the
ApplicationReport for the application.
- Returns:
ApplicationReport for the application
Copyright © 2014 Apache Software Foundation. All Rights Reserved.