Uses of Class
org.apache.tez.dag.app.rm.container.AMContainerEventType

Packages that use AMContainerEventType
org.apache.tez.dag.app.rm.container   
 

Uses of AMContainerEventType in org.apache.tez.dag.app.rm.container
 

Methods in org.apache.tez.dag.app.rm.container that return AMContainerEventType
static AMContainerEventType AMContainerEventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AMContainerEventType[] AMContainerEventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.tez.dag.app.rm.container with parameters of type AMContainerEventType
AMContainerEvent(org.apache.hadoop.yarn.api.records.ContainerId containerId, AMContainerEventType type)
           
 



Copyright © 2014 Apache Software Foundation. All rights reserved.