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

java.lang.Object
  extended by org.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse

@InterfaceAudience.Public
@InterfaceStability.Unstable
public abstract class GetApplicationAttemptReportResponse
extends Object

The response sent by the ResourceManager to a client requesting an application attempt report.

The response includes an ApplicationAttemptReport which has the details about the particular application attempt

See Also:
ApplicationAttemptReport, ApplicationHistoryProtocol.getApplicationAttemptReport(GetApplicationAttemptReportRequest)

Constructor Summary
GetApplicationAttemptReportResponse()
           
 
Method Summary
abstract  ApplicationAttemptReport getApplicationAttemptReport()
          Get the ApplicationAttemptReport for the application attempt.
static GetApplicationAttemptReportResponse newInstance(ApplicationAttemptReport ApplicationAttemptReport)
           
abstract  void setApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport)
          Get the ApplicationAttemptReport for the application attempt.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetApplicationAttemptReportResponse

public GetApplicationAttemptReportResponse()
Method Detail

newInstance

@InterfaceAudience.Public
@InterfaceStability.Unstable
public static GetApplicationAttemptReportResponse newInstance(ApplicationAttemptReport ApplicationAttemptReport)

getApplicationAttemptReport

@InterfaceAudience.Public
@InterfaceStability.Unstable
public abstract ApplicationAttemptReport getApplicationAttemptReport()
Get the ApplicationAttemptReport for the application attempt.

Returns:
ApplicationAttemptReport for the application attempt

setApplicationAttemptReport

@InterfaceAudience.Public
@InterfaceStability.Unstable
public abstract void setApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport)
Get the ApplicationAttemptReport for the application attempt.

Parameters:
applicationAttemptReport - ApplicationAttemptReport for the application attempt


Copyright © 2014 Apache Software Foundation. All Rights Reserved.