Uses of Class
org.apache.tez.dag.app.rm.node.AMNodeState

Packages that use AMNodeState
org.apache.tez.dag.app.rm.node   
 

Uses of AMNodeState in org.apache.tez.dag.app.rm.node
 

Methods in org.apache.tez.dag.app.rm.node that return AMNodeState
 AMNodeState AMNodeImpl.getState()
           
 AMNodeState AMNode.getState()
           
 AMNodeState AMNodeImpl.TaskAttemptFailedTransition.transition(AMNodeImpl node, AMNodeEvent nEvent)
           
 AMNodeState AMNodeImpl.IgnoreBlacklistingDisabledTransition.transition(AMNodeImpl node, AMNodeEvent nEvent)
           
 AMNodeState AMNodeImpl.TaskAttemptSucceededWhileBlacklistedTransition.transition(AMNodeImpl node, AMNodeEvent nEvent)
           
 AMNodeState AMNodeImpl.NodeTurnedHealthyTransition.transition(AMNodeImpl node, AMNodeEvent nEvent)
           
static AMNodeState AMNodeState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AMNodeState[] AMNodeState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 Apache Software Foundation. All rights reserved.