| Package | Description |
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher |
This package contains classes related to NM container launch.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ContainerRelaunch |
Relaunch container.
|
class |
RecoveredContainerLaunch |
This is a ContainerLaunch which has been recovered after an NM restart (for
rolling upgrades).
|
class |
RecoverPausedContainerLaunch |
This is a ContainerLaunch which has been recovered after an NM restart for
pause containers (for rolling upgrades)
|
| Modifier and Type | Field | Description |
|---|---|---|
java.util.Map<org.apache.hadoop.yarn.api.records.ContainerId,ContainerLaunch> |
ContainersLauncher.running |
| Constructor | Description |
|---|---|
ContainerCleanup(Context context,
org.apache.hadoop.conf.Configuration configuration,
org.apache.hadoop.yarn.event.Dispatcher dispatcher,
ContainerExecutor exec,
Container container,
ContainerLaunch containerLaunch) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.