Package | Description |
---|---|
org.apache.hadoop.hbase.master.assignment |
Modifier and Type | Field and Description |
---|---|
private ServerState |
ServerStateNode.state |
Modifier and Type | Method and Description |
---|---|
ServerState |
ServerStateNode.getState() |
static ServerState |
ServerState.valueOf(String name)
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 Type | Method and Description |
---|---|
boolean |
ServerStateNode.isInState(ServerState... expected) |
private void |
RegionStates.setServerState(ServerName serverName,
ServerState state) |
(package private) void |
ServerStateNode.setState(ServerState state) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.