Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.master | |
org.apache.hadoop.hbase.master.assignment | |
org.apache.hadoop.hbase.zookeeper |
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
RegionState does it but with hidden
startkey optionally |
Modifier and Type | Method and Description |
---|---|
static RegionState |
RegionState.convert(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 |
---|---|
RegionState |
RegionStates.getRegionState(RegionInfo regionInfo) |
RegionState |
RegionStates.getRegionState(String encodedRegionName) |
RegionState |
RegionStates.getRegionTransitionState(RegionInfo hri) |
RegionState |
RegionStates.RegionStateNode.toRegionState() |
Modifier and Type | Method and Description |
---|---|
List<RegionState> |
RegionStates.getRegionFailedOpen() |
Collection<RegionState> |
AssignmentManager.RegionInTransitionStat.getRegionOverThreshold() |
SortedSet<RegionState> |
RegionStates.getRegionsInTransitionOrderedByTimestamp() |
List<RegionState> |
RegionStates.getRegionsStateInTransition() |
ArrayList<RegionState> |
RegionStates.getRegionStates() |
Modifier and Type | Method and Description |
---|---|
static RegionState |
MetaTableLocator.getMetaRegionState(ZKWatcher zkw)
Load the meta region state from the meta server ZNode.
|
static RegionState |
MetaTableLocator.getMetaRegionState(ZKWatcher zkw,
int replicaId)
Load the meta region state from the meta server ZNode.
|
Copyright © 2007–2019 Cloudera. All rights reserved.