Uses of Enum
org.apache.hadoop.hbase.master.assignment.ServerState
Packages that use ServerState
-
Uses of ServerState in org.apache.hadoop.hbase.master.assignment
Fields in org.apache.hadoop.hbase.master.assignment declared as ServerStateMethods in org.apache.hadoop.hbase.master.assignment that return ServerStateModifier 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.Methods in org.apache.hadoop.hbase.master.assignment with parameters of type ServerStateModifier and TypeMethodDescriptionboolean
ServerStateNode.isInState
(ServerState... expected) private void
RegionStates.setServerState
(ServerName serverName, ServerState state) (package private) void
ServerStateNode.setState
(ServerState state)