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 ServerStateReturns 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 TypeMethodDescriptionbooleanServerStateNode.isInState(ServerState... expected) private voidRegionStates.setServerState(ServerName serverName, ServerState state) (package private) voidServerStateNode.setState(ServerState state)