| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| org.apache.hadoop.hbase.client.backoff | |
| org.apache.hadoop.hbase.shaded.protobuf |
| Modifier and Type | Method and Description |
|---|---|
RegionLoadStats |
Result.getStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
Result.setStatistics(RegionLoadStats loadStats)
Set load information about the region to the information about the result
|
void |
MetricsConnection.RegionStats.update(RegionLoadStats regionStatistics) |
void |
StatisticTrackable.updateRegionStats(org.apache.hadoop.hbase.ServerName server,
byte[] region,
RegionLoadStats stats)
Update stats per region.
|
void |
ServerStatisticTracker.updateRegionStats(org.apache.hadoop.hbase.ServerName server,
byte[] region,
RegionLoadStats currentStats) |
void |
MetricsConnection.updateRegionStats(org.apache.hadoop.hbase.ServerName serverName,
byte[] regionName,
RegionLoadStats stats) |
static void |
ResultStatsUtil.updateStats(StatisticTrackable tracker,
org.apache.hadoop.hbase.ServerName server,
byte[] regionName,
RegionLoadStats stats) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerStatistics.update(byte[] region,
RegionLoadStats currentStats)
Good enough attempt.
|
void |
ServerStatistics.RegionStatistics.update(RegionLoadStats currentStats) |
| Modifier and Type | Method and Description |
|---|---|
static RegionLoadStats |
ProtobufUtil.createRegionLoadStats(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionLoadStats stats) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.