| 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.executor | 
| Modifier and Type | Method and Description | 
|---|---|
| int | LinuxContainerExecutor. launchContainer(ContainerStartContext ctx) | 
| abstract int | ContainerExecutor. launchContainer(ContainerStartContext ctx)Launch the container on the node. | 
| int | DefaultContainerExecutor. launchContainer(ContainerStartContext ctx) | 
| int | LinuxContainerExecutor. relaunchContainer(ContainerStartContext ctx) | 
| abstract int | ContainerExecutor. relaunchContainer(ContainerStartContext ctx)Relaunch the container on the node. | 
| int | DefaultContainerExecutor. relaunchContainer(ContainerStartContext ctx) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | ContainerLaunch. launchContainer(ContainerStartContext ctx) | 
| protected int | ContainerLaunch. prepareForLaunch(ContainerStartContext ctx) | 
| protected int | ContainerLaunch. relaunchContainer(ContainerStartContext ctx) | 
| Modifier and Type | Method and Description | 
|---|---|
| ContainerStartContext | ContainerStartContext.Builder. build() | 
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.