@Public
@Unstable
public abstract class GetApplicationAttemptsResponse
extends java.lang.Object
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.
| Constructor | Description |
|---|---|
GetApplicationAttemptsResponse() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract java.util.List<ApplicationAttemptReport> |
getApplicationAttemptList() |
Get a list of
ApplicationReport of an application. |
static GetApplicationAttemptsResponse |
newInstance(java.util.List<ApplicationAttemptReport> applicationAttempts) |
|
abstract void |
setApplicationAttemptList(java.util.List<ApplicationAttemptReport> applicationAttempts) |
Get a list of
ApplicationReport of an application. |
@Public @Unstable public static GetApplicationAttemptsResponse newInstance(java.util.List<ApplicationAttemptReport> applicationAttempts)
@Public @Unstable public abstract java.util.List<ApplicationAttemptReport> getApplicationAttemptList()
ApplicationReport of an application.ApplicationReport of an application@Public @Unstable public abstract void setApplicationAttemptList(java.util.List<ApplicationAttemptReport> applicationAttempts)
ApplicationReport of an application.applicationAttempts - a list of ApplicationReport of an applicationCopyright © 2008–2025 Apache Software Foundation. All rights reserved.