Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.shaded.protobuf |
Modifier and Type | Method and Description |
---|---|
List<RegionState> |
ClusterMetrics.getRegionStatesInTransition() |
Modifier and Type | Method and Description |
---|---|
ClusterMetricsBuilder |
ClusterMetricsBuilder.setRegionsInTransition(List<RegionState> value) |
Modifier and Type | Method and Description |
---|---|
static String |
RegionInfoDisplay.getDescriptiveNameFromRegionStateForDisplay(RegionState state,
org.apache.hadoop.conf.Configuration conf)
Get the descriptive name as
RegionState does it but with hidden
startkey optionally |
Modifier and Type | Method and Description |
---|---|
static RegionState |
RegionState.convert(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionState proto)
Convert a protobuf HBaseProtos.RegionState to a RegionState
|
static RegionState |
RegionState.createForTesting(RegionInfo region,
RegionState.State state) |
Modifier and Type | Method and Description |
---|---|
static RegionState |
ProtobufUtil.parseMetaRegionStateFrom(byte[] data,
int replicaId)
Get the Meta region state from the passed data bytes.
|
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.