Uses of Class
org.apache.hadoop.hbase.client.RegionLoadStats
Package
Description
Provides HBase Client
-
Uses of RegionLoadStats in org.apache.hadoop.hbase.client
Modifier and TypeMethodDescriptionResult.getStats()
Returns the associated statistics about the region from which this was returned.Modifier and TypeMethodDescriptionvoid
Result.setStatistics
(RegionLoadStats loadStats) Set load information about the region to the information about the resultvoid
MetricsConnection.RegionStats.update
(RegionLoadStats regionStatistics) void
MetricsConnection.updateRegionStats
(ServerName serverName, byte[] regionName, RegionLoadStats stats) void
ServerStatisticTracker.updateRegionStats
(ServerName server, byte[] region, RegionLoadStats currentStats) void
StatisticTrackable.updateRegionStats
(ServerName server, byte[] region, RegionLoadStats stats) Update stats per region.static void
ResultStatsUtil.updateStats
(StatisticTrackable tracker, ServerName server, byte[] regionName, RegionLoadStats stats) Update the statistics for the specified region. -
Uses of RegionLoadStats in org.apache.hadoop.hbase.client.backoff
Modifier and TypeMethodDescriptionvoid
ServerStatistics.RegionStatistics.update
(RegionLoadStats currentStats) void
ServerStatistics.update
(byte[] region, RegionLoadStats currentStats) Good enough attempt.