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