| 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> | ClusterStatus. getRegionStatesInTransition()Deprecated.  | 
| List<RegionState> | ClusterMetrics. getRegionStatesInTransition() | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | HRegionInfo. getDescriptiveNameFromRegionStateForDisplay(RegionState state,
                                           org.apache.hadoop.conf.Configuration conf)Deprecated. 
 As of release 2.0.0, this will be removed in HBase 3.0.0 Use
             RegionInfoDisplay#getDescriptiveNameFromRegionStateForDisplay(RegionState,
             Configuration) over in hbase-server module. | 
| Modifier and Type | Method and Description | 
|---|---|
| ClusterMetricsBuilder | ClusterMetricsBuilder. setRegionsInTransition(List<RegionState> value) | 
| Constructor and Description | 
|---|
| ClusterStatus(String hbaseVersion,
             String clusterid,
             Map<ServerName,ServerLoad> servers,
             Collection<ServerName> deadServers,
             ServerName master,
             Collection<ServerName> backupMasters,
             List<RegionState> rit,
             String[] masterCoprocessors,
             Boolean balancerOn,
             int masterInfoPort)Deprecated. 
 As of release 2.0.0, this will be removed in HBase 3.0.0 | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | RegionInfoDisplay. getDescriptiveNameFromRegionStateForDisplay(RegionState state,
                                           org.apache.hadoop.conf.Configuration conf)Get the descriptive name as  RegionStatedoes 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–2020 The Apache Software Foundation. All rights reserved.