Uses of Enum Class
org.apache.hadoop.yarn.server.api.records.NodeAction
Packages that use NodeAction
Package
Description
Server records.
-
Uses of NodeAction in org.apache.hadoop.yarn.server.api.protocolrecords
Methods in org.apache.hadoop.yarn.server.api.protocolrecords that return NodeActionModifier and TypeMethodDescriptionabstract NodeActionNodeHeartbeatResponse.getNodeAction()abstract NodeActionRegisterNodeManagerResponse.getNodeAction()Methods in org.apache.hadoop.yarn.server.api.protocolrecords with parameters of type NodeActionModifier and TypeMethodDescriptionabstract voidNodeHeartbeatResponse.setNodeAction(NodeAction action) abstract voidRegisterNodeManagerResponse.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 NodeActionModifier and TypeMethodDescriptionNodeHeartbeatResponsePBImpl.getNodeAction()RegisterNodeManagerResponsePBImpl.getNodeAction()Methods in org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb with parameters of type NodeActionModifier and TypeMethodDescriptionvoidNodeHeartbeatResponsePBImpl.setNodeAction(NodeAction nodeAction) voidRegisterNodeManagerResponsePBImpl.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 NodeActionModifier and TypeMethodDescriptionstatic NodeActionReturns the enum constant of this class with the specified name.static NodeAction[]NodeAction.values()Returns an array containing the constants of this enum class, 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 NodeActionModifier and TypeMethodDescriptionstatic NodeHeartbeatResponseYarnServerBuilderUtils.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) static NodeHeartbeatResponseYarnServerBuilderUtils.newNodeHeartbeatResponse(NodeAction action, String diagnosticsMessage)