Class ContainerReapContext

java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.executor.ContainerReapContext

public final class ContainerReapContext extends Object
Encapsulate the details needed to reap a container.
  • Method Details

    • getContainer

      public Container getContainer()
      Get the container set for the context.
      Returns:
      the Container set in the context.
    • getUser

      public String getUser()
      Get the user set for the context.
      Returns:
      the user set in the context.