@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
.
ApplicationBaseProtocol.getContainers(GetContainersRequest)
Constructor and Description |
---|
GetContainersRequest() |
Modifier and Type | Method and 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 GetContainersRequest()
@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 © 2015 Apache Software Foundation. All rights reserved.