Class ContainerReapContext
java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.executor.ContainerReapContext
Encapsulate the details needed to reap a container.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for the ContainerReapContext. -
Method Summary
Modifier and TypeMethodDescriptionGet the container set for the context.getUser()Get the user set for the context.
-
Method Details
-
getContainer
Get the container set for the context.- Returns:
- the
Containerset in the context.
-
getUser
Get the user set for the context.- Returns:
- the user set in the context.
-