Package | Description |
---|---|
org.apache.hadoop.hbase.master.assignment |
Modifier and Type | Field and Description |
---|---|
private RegionStates.ServerState |
RegionStates.ServerStateNode.state |
Modifier and Type | Method and Description |
---|---|
RegionStates.ServerState |
RegionStates.ServerStateNode.getState() |
static RegionStates.ServerState |
RegionStates.ServerState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegionStates.ServerState[] |
RegionStates.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 |
RegionStates.ServerStateNode.isInState(RegionStates.ServerState... expected) |
private void |
RegionStates.setServerState(ServerName serverName,
RegionStates.ServerState state) |
private void |
RegionStates.ServerStateNode.setState(RegionStates.ServerState state) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.