Uses of Enum Class
org.apache.hadoop.hbase.master.assignment.ServerState
-
Uses of ServerState in org.apache.hadoop.hbase.master.assignment
Modifier and TypeMethodDescriptionServerStateNode.getState()
static ServerState
Returns the enum constant of this class with the specified name.static ServerState[]
ServerState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionboolean
ServerStateNode.isInState
(ServerState... expected) private void
RegionStates.setServerState
(ServerName serverName, ServerState state) (package private) void
ServerStateNode.setState
(ServerState state)