@InterfaceAudience.Public @InterfaceStability.Unstable public abstract class GetContainersRequest extends Object
 The request from clients to get a list of container reports, which belong to
 an application attempt from the ResourceManager.
 
| Constructor and Description | 
|---|
| GetContainersRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract ApplicationAttemptId | getApplicationAttemptId()Get the  ApplicationAttemptIdof an application attempt. | 
| static GetContainersRequest | newInstance(ApplicationAttemptId applicationAttemptId) | 
| abstract void | setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)Set the  ApplicationAttemptIdof an application attempt | 
@InterfaceAudience.Public @InterfaceStability.Unstable public static GetContainersRequest newInstance(ApplicationAttemptId applicationAttemptId)
@InterfaceAudience.Public @InterfaceStability.Unstable public abstract ApplicationAttemptId getApplicationAttemptId()
ApplicationAttemptId of an application attempt.ApplicationAttemptId of an application attempt@InterfaceAudience.Public @InterfaceStability.Unstable public abstract void setApplicationAttemptId(ApplicationAttemptId applicationAttemptId)
ApplicationAttemptId of an application attemptapplicationAttemptId - ApplicationAttemptId of an application attemptCopyright © 2008–2023 Apache Software Foundation. All rights reserved.