Uses of Class
org.apache.hadoop.yarn.server.api.records.NodeAction

Packages that use NodeAction
org.apache.hadoop.yarn.server.api.records   
org.apache.hadoop.yarn.server.api.records.impl.pb   
 

Uses of NodeAction in org.apache.hadoop.yarn.server.api.records
 

Methods in org.apache.hadoop.yarn.server.api.records that return NodeAction
 NodeAction RegistrationResponse.getNodeAction()
           
 NodeAction HeartbeatResponse.getNodeAction()
           
static NodeAction NodeAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NodeAction[] NodeAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.hadoop.yarn.server.api.records with parameters of type NodeAction
 void RegistrationResponse.setNodeAction(NodeAction nodeAction)
           
 void HeartbeatResponse.setNodeAction(NodeAction action)
           
 

Uses of NodeAction in org.apache.hadoop.yarn.server.api.records.impl.pb
 

Methods in org.apache.hadoop.yarn.server.api.records.impl.pb that return NodeAction
 NodeAction RegistrationResponsePBImpl.getNodeAction()
           
 NodeAction HeartbeatResponsePBImpl.getNodeAction()
           
 

Methods in org.apache.hadoop.yarn.server.api.records.impl.pb with parameters of type NodeAction
 void RegistrationResponsePBImpl.setNodeAction(NodeAction nodeAction)
           
 void HeartbeatResponsePBImpl.setNodeAction(NodeAction nodeAction)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.