| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.nodemanager | |
| org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher |
This package contains classes related to NM container launch.
|
| org.apache.hadoop.yarn.server.nodemanager.containermanager.linux.runtime | |
| org.apache.hadoop.yarn.server.nodemanager.executor |
| Modifier and Type | Method | Description |
|---|---|---|
static ContainerExecutor.Signal |
ContainerExecutor.Signal.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ContainerExecutor.Signal[] |
ContainerExecutor.Signal.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
DefaultContainerExecutor.killContainer(java.lang.String pid,
ContainerExecutor.Signal signal) |
Send a specified signal to the specified pid
|
protected void |
WindowsSecureContainerExecutor.killContainer(java.lang.String pid,
ContainerExecutor.Signal signal) |
| Constructor | Description |
|---|---|
DelayedProcessKiller(Container container,
java.lang.String user,
java.lang.String pid,
long delayMS,
ContainerExecutor.Signal signal,
ContainerExecutor containerExecutor) |
Basic constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
static ContainerExecutor.Signal |
ContainerLaunch.translateCommandToSignal(org.apache.hadoop.yarn.api.records.SignalContainerCommand command) |
| Modifier and Type | Field | Description |
|---|---|---|
static ContainerRuntimeContext.Attribute<ContainerExecutor.Signal> |
LinuxContainerRuntimeConstants.SIGNAL |
| Modifier and Type | Method | Description |
|---|---|---|
ContainerExecutor.Signal |
ContainerSignalContext.getSignal() |
| Modifier and Type | Method | Description |
|---|---|---|
ContainerSignalContext.Builder |
ContainerSignalContext.Builder.setSignal(ContainerExecutor.Signal signal) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.