Uses of Enum
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 type with the specified name.static ServerState[]
ServerState.values()
Returns an array containing the constants of this enum type, 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)