org.apache.hadoop.yarn.api.protocolrecords
Class GetApplicationReportResponse

java.lang.Object
  extended by 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)

Constructor Summary
GetApplicationReportResponse()
           
 
Method Summary
abstract  ApplicationReport getApplicationReport()
          Get the ApplicationReport for the application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetApplicationReportResponse

public GetApplicationReportResponse()
Method Detail

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.