ClusterStatusProtos.RegionState.State |
ZooKeeperProtos.MetaRegionServerOrBuilder.getState()
optional .RegionState.State state = 3;
|
ClusterStatusProtos.RegionState.State |
ZooKeeperProtos.MetaRegionServer.getState()
optional .RegionState.State state = 3;
|
ClusterStatusProtos.RegionState.State |
ZooKeeperProtos.MetaRegionServer.Builder.getState()
optional .RegionState.State state = 3;
|
ClusterStatusProtos.RegionState.State |
ClusterStatusProtos.RegionStateOrBuilder.getState()
required .RegionState.State state = 2;
|
ClusterStatusProtos.RegionState.State |
ClusterStatusProtos.RegionState.getState()
required .RegionState.State state = 2;
|
ClusterStatusProtos.RegionState.State |
ClusterStatusProtos.RegionState.Builder.getState()
required .RegionState.State state = 2;
|
static ClusterStatusProtos.RegionState.State |
ClusterStatusProtos.RegionState.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ClusterStatusProtos.RegionState.State |
ClusterStatusProtos.RegionState.State.valueOf(int value) |
static ClusterStatusProtos.RegionState.State |
ClusterStatusProtos.RegionState.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClusterStatusProtos.RegionState.State[] |
ClusterStatusProtos.RegionState.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|