| Package | Description | 
|---|---|
| org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher | This package contains classes related to NM container launch. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ContainerRelaunchRelaunch container. | 
| class  | RecoveredContainerLaunchThis is a ContainerLaunch which has been recovered after an NM restart (for
 rolling upgrades). | 
| class  | RecoverPausedContainerLaunchThis is a ContainerLaunch which has been recovered after an NM restart for
 pause containers (for rolling upgrades) | 
| Modifier and Type | Field and Description | 
|---|---|
| Map<org.apache.hadoop.yarn.api.records.ContainerId,ContainerLaunch> | ContainersLauncher. running | 
| Constructor and 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–2023 Apache Software Foundation. All rights reserved.