Uses of Enum Class
com.yahoo.vdslib.state.State
Packages that use State
-
Uses of State in com.yahoo.vdslib.state
Methods in com.yahoo.vdslib.state that return StateModifier and TypeMethodDescriptionstatic StateClusterState.getClusterState()Returns the state of this cluster state.NodeState.getState()static StateReturns the enum constant of this class with the specified name.static State[]State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vdslib.state with parameters of type StateModifier and TypeMethodDescriptionbooleanState.maySetWantedStateForThisNodeState(State s) voidClusterState.setClusterState(State s) Sets the state of this cluster state.Constructors in com.yahoo.vdslib.state with parameters of type State