Uses of Class
org.apache.hadoop.hbase.client.RegionLoadStats
Packages that use RegionLoadStats
Package
Description
Provides HBase Client
-
Uses of RegionLoadStats in org.apache.hadoop.hbase.client
Fields in org.apache.hadoop.hbase.client declared as RegionLoadStatsMethods in org.apache.hadoop.hbase.client that return RegionLoadStatsModifier and TypeMethodDescriptionResult.getStats()Returns the associated statistics about the region from which this was returned.Methods in org.apache.hadoop.hbase.client with parameters of type RegionLoadStatsModifier and TypeMethodDescriptionvoidResult.setStatistics(RegionLoadStats loadStats) Set load information about the region to the information about the resultvoidMetricsConnection.RegionStats.update(RegionLoadStats regionStatistics) voidMetricsConnection.updateRegionStats(ServerName serverName, byte[] regionName, RegionLoadStats stats) voidServerStatisticTracker.updateRegionStats(ServerName server, byte[] region, RegionLoadStats currentStats) voidStatisticTrackable.updateRegionStats(ServerName server, byte[] region, RegionLoadStats stats) Update stats per region.static voidResultStatsUtil.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
Methods in org.apache.hadoop.hbase.client.backoff with parameters of type RegionLoadStatsModifier and TypeMethodDescriptionvoidServerStatistics.RegionStatistics.update(RegionLoadStats currentStats) voidServerStatistics.update(byte[] region, RegionLoadStats currentStats) Good enough attempt.