|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hadoop.yarn.api.protocolrecords.GetApplicationAttemptsResponse
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class GetApplicationAttemptsResponse
The response sent by the ResourceManager to a client requesting
a list of ApplicationAttemptReport for application attempts.
The ApplicationAttemptReport for each application includes the
details of an application attempt.
ApplicationAttemptReport,
ApplicationHistoryProtocol.getApplicationAttempts(GetApplicationAttemptsRequest)| Constructor Summary | |
|---|---|
GetApplicationAttemptsResponse()
|
|
| Method Summary | |
|---|---|
abstract List<ApplicationAttemptReport> |
getApplicationAttemptList()
Get a list of ApplicationReport of an application. |
static GetApplicationAttemptsResponse |
newInstance(List<ApplicationAttemptReport> applicationAttempts)
|
abstract void |
setApplicationAttemptList(List<ApplicationAttemptReport> applicationAttempts)
Get a list of ApplicationReport of an application. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GetApplicationAttemptsResponse()
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Unstable public static GetApplicationAttemptsResponse newInstance(List<ApplicationAttemptReport> applicationAttempts)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract List<ApplicationAttemptReport> getApplicationAttemptList()
ApplicationReport of an application.
ApplicationReport of an application@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setApplicationAttemptList(List<ApplicationAttemptReport> applicationAttempts)
ApplicationReport of an application.
applicationAttempts - a list of ApplicationReport of an application
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||