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

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

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

Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return NodeAction
 NodeAction NodeHeartbeatResponse.getNodeAction()
           
 NodeAction RegisterNodeManagerResponse.getNodeAction()
           
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords with parameters of type NodeAction
 void NodeHeartbeatResponse.setNodeAction(NodeAction action)
           
 void RegisterNodeManagerResponse.setNodeAction(NodeAction nodeAction)
           
 

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

Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb that return NodeAction
 NodeAction NodeHeartbeatResponsePBImpl.getNodeAction()
           
 NodeAction RegisterNodeManagerResponsePBImpl.getNodeAction()
           
 

Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb with parameters of type NodeAction
 void NodeHeartbeatResponsePBImpl.setNodeAction(NodeAction nodeAction)
           
 void RegisterNodeManagerResponsePBImpl.setNodeAction(NodeAction nodeAction)
           
 

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

Methods in org.apache.hadoop.yarn.server.api.records that return NodeAction
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.
 

Uses of NodeAction in org.apache.hadoop.yarn.server.utils
 

Methods in org.apache.hadoop.yarn.server.utils with parameters of type NodeAction
static NodeHeartbeatResponse YarnServerBuilderUtils.newNodeHeartbeatResponse(int responseId, NodeAction action, List<org.apache.hadoop.yarn.api.records.ContainerId> containersToCleanUp, List<org.apache.hadoop.yarn.api.records.ApplicationId> applicationsToCleanUp, MasterKey containerTokenMasterKey, MasterKey nmTokenMasterKey, long nextHeartbeatInterval)
           
 



Copyright © 2013 Apache Software Foundation. All Rights Reserved.