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