| 程序包 | 说明 |
|---|---|
| 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.shaded.protobuf |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<TableName,RegionStatesCount> |
ClusterStatus.getTableRegionStatesCount()
已过时。
|
Map<TableName,RegionStatesCount> |
ClusterMetrics.getTableRegionStatesCount()
Provide region states count for given table.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterMetricsBuilder |
ClusterMetricsBuilder.setTableRegionStatesCount(Map<TableName,RegionStatesCount> tableRegionStatesCount) |
| 限定符和类型 | 方法和说明 |
|---|---|
RegionStatesCount |
RegionStatesCount.RegionStatesCountBuilder.build() |
| 限定符和类型 | 方法和说明 |
|---|---|
static RegionStatesCount |
ProtobufUtil.toTableRegionStatesCount(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionStatesCount regionStatesCount) |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionStatesCount |
ProtobufUtil.toTableRegionStatesCount(RegionStatesCount regionStatesCount) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.