| 程序包 | 说明 |
|---|---|
| org.apache.hadoop.hbase | |
| org.apache.hadoop.hbase.client |
Provides HBase Client
Table of Contents
Overview
Example API Usage
Overview
To administer HBase, create and drop tables, list and alter tables,
use
Admin. |
| org.apache.hadoop.hbase.master |
| 限定符和类型 | 方法和说明 |
|---|---|
List<RegionState> |
ClusterStatus.getRegionStatesInTransition()
已过时。
|
List<RegionState> |
ClusterMetrics.getRegionStatesInTransition() |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
HRegionInfo.getDescriptiveNameFromRegionStateForDisplay(RegionState state,
org.apache.hadoop.conf.Configuration conf)
已过时。
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterMetricsBuilder |
ClusterMetricsBuilder.setRegionsInTransition(List<RegionState> value) |
| 构造器和说明 |
|---|
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)
已过时。
As of release 2.0.0, this will be removed in HBase 3.0.0
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
| 限定符和类型 | 方法和说明 |
|---|---|
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) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.