Uses of Class
org.apache.hadoop.yarn.api.records.ContainerState

Packages that use ContainerState
org.apache.hadoop.yarn.api.records   
 

Uses of ContainerState in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return ContainerState
abstract  ContainerState ContainerReport.getContainerState()
          Get the final ContainerState of the container.
abstract  ContainerState ContainerStatus.getState()
          Get the ContainerState of the container.
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.
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type ContainerState
static ContainerStatus ContainerStatus.newInstance(ContainerId containerId, ContainerState containerState, String diagnostics, int exitStatus)
           
static ContainerReport ContainerReport.newInstance(ContainerId containerId, Resource allocatedResource, NodeId assignedNode, Priority priority, long creationTime, long finishTime, String diagnosticInfo, String logUrl, int containerExitStatus, ContainerState containerState)
           
abstract  void ContainerReport.setContainerState(ContainerState containerState)
           
abstract  void ContainerStatus.setState(ContainerState state)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.