Uses of Class
org.apache.hadoop.yarn.server.nodemanager.executor.ContainerStartContext
Packages that use ContainerStartContext
Package
Description
This package contains classes related to NM container launch.
-
Uses of ContainerStartContext in org.apache.hadoop.yarn.server.nodemanager
Methods in org.apache.hadoop.yarn.server.nodemanager with parameters of type ContainerStartContextModifier and TypeMethodDescriptionabstract intContainerExecutor.launchContainer(ContainerStartContext ctx) Launch the container on the node.intDefaultContainerExecutor.launchContainer(ContainerStartContext ctx) intLinuxContainerExecutor.launchContainer(ContainerStartContext ctx) abstract intContainerExecutor.relaunchContainer(ContainerStartContext ctx) Relaunch the container on the node.intDefaultContainerExecutor.relaunchContainer(ContainerStartContext ctx) intLinuxContainerExecutor.relaunchContainer(ContainerStartContext ctx) -
Uses of ContainerStartContext in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher
Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher with parameters of type ContainerStartContextModifier and TypeMethodDescriptionprotected intContainerLaunch.launchContainer(ContainerStartContext ctx) protected intContainerLaunch.prepareForLaunch(ContainerStartContext ctx) protected intContainerLaunch.relaunchContainer(ContainerStartContext ctx) -
Uses of ContainerStartContext in org.apache.hadoop.yarn.server.nodemanager.executor
Methods in org.apache.hadoop.yarn.server.nodemanager.executor that return ContainerStartContext