|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegionState.State | |
---|---|
org.apache.hadoop.hbase.master |
Uses of RegionState.State in org.apache.hadoop.hbase.master |
---|
Methods in org.apache.hadoop.hbase.master that return RegionState.State | |
---|---|
static RegionState.State |
RegionState.State.convert(org.apache.hadoop.hbase.protobuf.generated.ClusterStatusProtos.RegionState.State protoState)
Convert a protobuf HBaseProtos.RegionState.State to a RegionState.State |
static RegionState.State |
RegionState.State.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static RegionState.State[] |
RegionState.State.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |