Package | Description |
---|---|
org.apache.hadoop.hbase | |
org.apache.hadoop.hbase.client |
Provides HBase Client
|
org.apache.hadoop.hbase.shaded.protobuf |
Modifier and Type | Method and Description |
---|---|
Map<TableName,RegionStatesCount> |
ClusterMetrics.getTableRegionStatesCount()
Provide region states count for given table.
|
Map<TableName,RegionStatesCount> |
ClusterStatus.getTableRegionStatesCount()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClusterMetricsBuilder |
ClusterMetricsBuilder.setTableRegionStatesCount(Map<TableName,RegionStatesCount> tableRegionStatesCount) |
Modifier and Type | Method and Description |
---|---|
RegionStatesCount |
RegionStatesCount.RegionStatesCountBuilder.build() |
Modifier and Type | Method and Description |
---|---|
static RegionStatesCount |
ProtobufUtil.toTableRegionStatesCount(org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionStatesCount regionStatesCount) |
Modifier and Type | Method and Description |
---|---|
static org.apache.hadoop.hbase.shaded.protobuf.generated.ClusterStatusProtos.RegionStatesCount |
ProtobufUtil.toTableRegionStatesCount(RegionStatesCount regionStatesCount) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.