Uses of Class
com.yahoo.vdslib.state.Node
Packages that use Node
-
Uses of Node in com.yahoo.vdslib.state
Methods in com.yahoo.vdslib.state that return NodeModifier and TypeMethodDescriptionstatic NodeNode.ofDistributor(int index) static NodeNode.ofStorage(int index) Methods in com.yahoo.vdslib.state with parameters of type NodeModifier and TypeMethodDescriptionintClusterState.getNodeState(Node node) Returns the state of a node.voidClusterState.setNodeState(Node node, NodeState newState) Set the node state of the given node.