| 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 and Description | 
|---|---|
| static ContainerExecutor.Signal | ContainerExecutor.Signal. valueOf(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 and Description | 
|---|---|
| protected void | WindowsSecureContainerExecutor. killContainer(String pid,
             ContainerExecutor.Signal signal) | 
| protected void | DefaultContainerExecutor. killContainer(String pid,
             ContainerExecutor.Signal signal)Send a specified signal to the specified pid | 
| Constructor and Description | 
|---|
| DelayedProcessKiller(Container container,
                    String user,
                    String pid,
                    long delayMS,
                    ContainerExecutor.Signal signal,
                    ContainerExecutor containerExecutor)Basic constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ContainerExecutor.Signal | ContainerLaunch. translateCommandToSignal(org.apache.hadoop.yarn.api.records.SignalContainerCommand command) | 
| Modifier and Type | Field and Description | 
|---|---|
| static ContainerRuntimeContext.Attribute<ContainerExecutor.Signal> | LinuxContainerRuntimeConstants. SIGNAL | 
| Modifier and Type | Method and Description | 
|---|---|
| ContainerExecutor.Signal | ContainerSignalContext. getSignal() | 
| Modifier and Type | Method and Description | 
|---|---|
| ContainerSignalContext.Builder | ContainerSignalContext.Builder. setSignal(ContainerExecutor.Signal signal) | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.