Uses of Class
org.apache.hadoop.yarn.server.nodemanager.containermanager.container.ContainerState

Packages that use ContainerState
org.apache.hadoop.yarn.server.nodemanager.containermanager.container   
 

Uses of ContainerState in org.apache.hadoop.yarn.server.nodemanager.containermanager.container
 

Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager.container that return ContainerState
 ContainerState ContainerImpl.getContainerState()
           
 ContainerState Container.getContainerState()
           
static ContainerState ContainerState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ContainerState[] ContainerState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.