@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class GetApplicationAttemptsResponse extends 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.
ApplicationAttemptReport
,
ApplicationBaseProtocol.getApplicationAttempts(GetApplicationAttemptsRequest)
Constructor and Description |
---|
GetApplicationAttemptsResponse() |
Modifier and Type | Method and Description |
---|---|
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. |
@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 applicationCopyright © 2017 Apache Software Foundation. All rights reserved.