Uses of Enum Class
com.yahoo.vdslib.state.NodeType
Packages that use NodeType
-
Uses of NodeType in com.yahoo.vdslib.state
Methods in com.yahoo.vdslib.state that return NodeTypeModifier and TypeMethodDescriptionstatic NodeTypeNode.getType()static NodeTypeReturns the enum constant of this class with the specified name.static NodeType[]NodeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vdslib.state that return types with arguments of type NodeTypeMethods in com.yahoo.vdslib.state with parameters of type NodeTypeModifier and TypeMethodDescriptionstatic NodeStateNodeState.deserialize(NodeType type, String serialized) Creates an instance from the serialized form produced by serializeintClusterState.getNodeCount(NodeType type) Take the distributor nodes as an example.booleanState.validCurrentNodeState(NodeType type) booleanState.validReportedNodeState(NodeType type) booleanState.validWantedNodeState(NodeType type) voidNodeState.verifyValidInSystemState(NodeType type) Constructors in com.yahoo.vdslib.state with parameters of type NodeType