@Public
@Evolving
public abstract class SignalContainerRequest
extends java.lang.Object
The request sent by the client to the ResourceManager
or by the ApplicationMaster to the NodeManager
to signal a container.
SignalContainerCommand| Constructor | Description |
|---|---|
SignalContainerRequest() |
| Modifier and Type | Method | Description |
|---|---|---|
abstract SignalContainerCommand |
getCommand() |
Get the
SignalContainerCommand of the signal request. |
abstract ContainerId |
getContainerId() |
Get the
ContainerId of the container to signal. |
static SignalContainerRequest |
newInstance(ContainerId containerId,
SignalContainerCommand signalContainerCommand) |
|
abstract void |
setCommand(SignalContainerCommand command) |
Set the
SignalContainerCommand of the signal request. |
abstract void |
setContainerId(ContainerId containerId) |
Set the
ContainerId of the container to signal. |
@Public @Unstable public static SignalContainerRequest newInstance(ContainerId containerId, SignalContainerCommand signalContainerCommand)
@Public @Unstable public abstract ContainerId getContainerId()
ContainerId of the container to signal.ContainerId of the container to signal.@Public @Unstable public abstract void setContainerId(ContainerId containerId)
ContainerId of the container to signal.containerId - containerId.@Public @Unstable public abstract SignalContainerCommand getCommand()
SignalContainerCommand of the signal request.SignalContainerCommand of the signal request.@Public @Unstable public abstract void setCommand(SignalContainerCommand command)
SignalContainerCommand of the signal request.command - signal container command.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.