|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptReportResponse
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class GetApplicationAttemptReportResponse
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
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 |
|---|
public GetApplicationAttemptReportResponse()
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Unstable public static GetApplicationAttemptReportResponse newInstance(ApplicationAttemptReport ApplicationAttemptReport)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract ApplicationAttemptReport getApplicationAttemptReport()
ApplicationAttemptReport for the application attempt.
ApplicationAttemptReport for the application attempt@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setApplicationAttemptReport(ApplicationAttemptReport applicationAttemptReport)
ApplicationAttemptReport for the application attempt.
applicationAttemptReport - ApplicationAttemptReport for the application attempt
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||