Uses of Class
org.apache.hadoop.yarn.server.nodemanager.executor.ContainerReapContext
Packages that use ContainerReapContext
Package
Description
-
Uses of ContainerReapContext in org.apache.hadoop.yarn.server.nodemanager
Methods in org.apache.hadoop.yarn.server.nodemanager with parameters of type ContainerReapContextModifier and TypeMethodDescriptionabstract booleanContainerExecutor.reapContainer(ContainerReapContext ctx) Perform the steps necessary to reap the container.booleanDefaultContainerExecutor.reapContainer(ContainerReapContext ctx) No-op for reaping containers within the DefaultContainerExecutor.booleanLinuxContainerExecutor.reapContainer(ContainerReapContext ctx) Performs the tasks necessary to reap the container. -
Uses of ContainerReapContext in org.apache.hadoop.yarn.server.nodemanager.executor
Methods in org.apache.hadoop.yarn.server.nodemanager.executor that return ContainerReapContextModifier and TypeMethodDescriptionContainerReapContext.Builder.build()Builds the context with the attributes set.