|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClusterStatusProtos.RegionState.State | |
---|---|
org.apache.hadoop.hbase.protobuf.generated |
Uses of ClusterStatusProtos.RegionState.State in org.apache.hadoop.hbase.protobuf.generated |
---|
Methods in org.apache.hadoop.hbase.protobuf.generated that return ClusterStatusProtos.RegionState.State | |
---|---|
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; |
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; |
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. |
Methods in org.apache.hadoop.hbase.protobuf.generated that return types with arguments of type ClusterStatusProtos.RegionState.State | |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<ClusterStatusProtos.RegionState.State> |
ClusterStatusProtos.RegionState.State.internalGetValueMap()
|
Methods in org.apache.hadoop.hbase.protobuf.generated with parameters of type ClusterStatusProtos.RegionState.State | |
---|---|
ClusterStatusProtos.RegionState.Builder |
ClusterStatusProtos.RegionState.Builder.setState(ClusterStatusProtos.RegionState.State value)
required .RegionState.State state = 2; |
ZooKeeperProtos.MetaRegionServer.Builder |
ZooKeeperProtos.MetaRegionServer.Builder.setState(ClusterStatusProtos.RegionState.State value)
optional .RegionState.State state = 3; |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |