| 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<byte[],RegionLoad> |
ServerLoad.getRegionsLoad() |
| Modifier and Type | Method and Description |
|---|---|
Map<byte[],RegionLoad> |
HBaseAdmin.getRegionLoad(ServerName sn) |
Map<byte[],RegionLoad> |
Admin.getRegionLoad(ServerName sn)
Get
RegionLoad of all regions hosted on a regionserver. |
Map<byte[],RegionLoad> |
HBaseAdmin.getRegionLoad(ServerName sn,
TableName tableName) |
Map<byte[],RegionLoad> |
Admin.getRegionLoad(ServerName sn,
TableName tableName)
Get
RegionLoad of all regions hosted on a regionserver for a table. |
| Modifier and Type | Method and Description |
|---|---|
static List<RegionLoad> |
ProtobufUtil.getRegionLoad(org.apache.hadoop.hbase.shaded.com.google.protobuf.RpcController controller,
org.apache.hadoop.hbase.shaded.protobuf.generated.AdminProtos.AdminService.BlockingInterface admin,
TableName tableName) |
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.