org.apache.hadoop.yarn.server.api
Class ContainerTerminationContext

java.lang.Object
  extended by org.apache.hadoop.yarn.server.api.ContainerContext
      extended by org.apache.hadoop.yarn.server.api.ContainerTerminationContext

@InterfaceAudience.Public
@InterfaceStability.Evolving
public class ContainerTerminationContext
extends ContainerContext

Termination context for AuxiliaryService when stopping a container.


Constructor Summary
ContainerTerminationContext(String user, ContainerId containerId, Resource resource)
           
 
Method Summary
 
Methods inherited from class org.apache.hadoop.yarn.server.api.ContainerContext
getContainerId, getResource, getUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerTerminationContext

@InterfaceAudience.Private
@InterfaceStability.Unstable
public ContainerTerminationContext(String user,
                                                                                         ContainerId containerId,
                                                                                         Resource resource)


Copyright © 2014 Apache Software Foundation. All Rights Reserved.