Uses of Class
com.yahoo.vdslib.state.NodeState
Packages that use NodeState
-
Uses of NodeState in com.yahoo.vdslib.state
Methods in com.yahoo.vdslib.state that return NodeStateModifier and TypeMethodDescriptionNodeState.clone()static NodeStateNodeState.deserialize(NodeType type, String serialized) Creates an instance from the serialized form produced by serializeClusterState.getNodeState(Node node) Returns the state of a node.NodeState.setCapacity(float c) Capacity is set by deserializing a node state.NodeState.setDescription(String desc) NodeState.setInitProgress(float p) NodeState.setMinUsedBits(int u) NodeState.setStartTimestamp(long ts) Methods in com.yahoo.vdslib.state with parameters of type NodeStateModifier and TypeMethodDescriptionbooleanA state can not be forced to be in a state above its reported state.NodeState.getTextualDifference(NodeState other) voidClusterState.setNodeState(Node node, NodeState newState) Set the node state of the given node.booleanNodeState.similarToIgnoringInitProgress(NodeState other)