| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| org.apache.hadoop.hbase.client.backoff | 
| Modifier and Type | Field and Description | 
|---|---|
| private RegionLoadStats | Result. stats | 
| 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(ServerName server,
                 byte[] region,
                 RegionLoadStats stats)Update stats per region. | 
| void | ServerStatisticTracker. updateRegionStats(ServerName server,
                 byte[] region,
                 RegionLoadStats currentStats) | 
| void | MetricsConnection. updateRegionStats(ServerName serverName,
                 byte[] regionName,
                 RegionLoadStats stats) | 
| static void | ResultStatsUtil. updateStats(StatisticTrackable tracker,
           ServerName server,
           byte[] regionName,
           RegionLoadStats stats)Update the statistics for the specified region. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ServerStatistics. update(byte[] region,
      RegionLoadStats currentStats)Good enough attempt. | 
| void | ServerStatistics.RegionStatistics. update(RegionLoadStats currentStats) | 
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.