| Package | Description |
|---|---|
| org.apache.hadoop.hbase.master | |
| org.apache.hadoop.hbase.shaded.protobuf.generated |
| Modifier and Type | Method and Description |
|---|---|
ClusterStatusProtos.RegionState.State |
RegionState.State.convert()
Convert to protobuf ClusterStatusProtos.RegionState.State
|
| Modifier and Type | Method and Description |
|---|---|
static RegionState.State |
RegionState.State.convert(ClusterStatusProtos.RegionState.State protoState)
Convert a protobuf HBaseProtos.RegionState.State to a RegionState.State
|
| Modifier and Type | Method and Description |
|---|---|
static ClusterStatusProtos.RegionState.State |
ClusterStatusProtos.RegionState.State.forNumber(int value) |
ClusterStatusProtos.RegionState.State |
ClusterStatusProtos.RegionStateOrBuilder.getState()
required .hbase.pb.RegionState.State state = 2; |
ClusterStatusProtos.RegionState.State |
ClusterStatusProtos.RegionState.getState()
required .hbase.pb.RegionState.State state = 2; |
ClusterStatusProtos.RegionState.State |
ClusterStatusProtos.RegionState.Builder.getState()
required .hbase.pb.RegionState.State state = 2; |
ClusterStatusProtos.RegionState.State |
ZooKeeperProtos.MetaRegionServerOrBuilder.getState()
State of the region transition.
|
ClusterStatusProtos.RegionState.State |
ZooKeeperProtos.MetaRegionServer.getState()
State of the region transition.
|
ClusterStatusProtos.RegionState.State |
ZooKeeperProtos.MetaRegionServer.Builder.getState()
State of the region transition.
|
static ClusterStatusProtos.RegionState.State |
ClusterStatusProtos.RegionState.State.valueOf(org.apache.hbase.thirdparty.com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ClusterStatusProtos.RegionState.State |
ClusterStatusProtos.RegionState.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.hbase.thirdparty.com.google.protobuf.Internal.EnumLiteMap<ClusterStatusProtos.RegionState.State> |
ClusterStatusProtos.RegionState.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ClusterStatusProtos.RegionState.Builder |
ClusterStatusProtos.RegionState.Builder.setState(ClusterStatusProtos.RegionState.State value)
required .hbase.pb.RegionState.State state = 2; |
ZooKeeperProtos.MetaRegionServer.Builder |
ZooKeeperProtos.MetaRegionServer.Builder.setState(ClusterStatusProtos.RegionState.State value)
State of the region transition.
|
Copyright © 2007–2019 Cloudera. All rights reserved.