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