Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch
Packages that use ContainerLaunch
Package
Description
This package contains classes related to NM container launch.
-
Uses of ContainerLaunch in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher
Subclasses of ContainerLaunch in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcherModifier and TypeClassDescriptionclassRelaunch container.classThis is a ContainerLaunch which has been recovered after an NM restart (for rolling upgrades).classThis is a ContainerLaunch which has been recovered after an NM restart for pause containers (for rolling upgrades)Fields in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher with type parameters of type ContainerLaunchModifier and TypeFieldDescriptionfinal Map<org.apache.hadoop.yarn.api.records.ContainerId,ContainerLaunch> ContainersLauncher.runningConstructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher with parameters of type ContainerLaunchModifierConstructorDescriptionContainerCleanup(Context context, org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, Container container, ContainerLaunch containerLaunch)