Uses of Class
org.apache.hadoop.hbase.client.RegionLoadStats
Packages that use org.apache.hadoop.hbase.client.RegionLoadStats
Package
Description
Provides HBase Client
-
Uses of org.apache.hadoop.hbase.client.RegionLoadStats in org.apache.hadoop.hbase.client
Methods in org.apache.hadoop.hbase.client that return org.apache.hadoop.hbase.client.RegionLoadStats in inModifier and TypeMethodDescriptionorg.apache.hadoop.hbase.client.RegionLoadStatsResult.getStats()Returns the associated statistics about the region from which this was returned.Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.RegionLoadStats in inModifier and TypeMethodDescriptionvoidResult.setStatistics(org.apache.hadoop.hbase.client.RegionLoadStats loadStats) Set load information about the region to the information about the resultvoidMetricsConnection.RegionStats.update(org.apache.hadoop.hbase.client.RegionLoadStats regionStatistics) voidMetricsConnection.updateRegionStats(org.apache.hadoop.hbase.ServerName serverName, byte[] regionName, org.apache.hadoop.hbase.client.RegionLoadStats stats) voidServerStatisticTracker.updateRegionStats(org.apache.hadoop.hbase.ServerName server, byte[] region, org.apache.hadoop.hbase.client.RegionLoadStats currentStats) voidStatisticTrackable.updateRegionStats(org.apache.hadoop.hbase.ServerName server, byte[] region, org.apache.hadoop.hbase.client.RegionLoadStats stats) Update stats per region.static voidResultStatsUtil.updateStats(org.apache.hadoop.hbase.client.StatisticTrackable tracker, org.apache.hadoop.hbase.ServerName server, byte[] regionName, org.apache.hadoop.hbase.client.RegionLoadStats stats) Update the statistics for the specified region. -
Uses of org.apache.hadoop.hbase.client.RegionLoadStats in org.apache.hadoop.hbase.client.backoff
Methods in org.apache.hadoop.hbase.client.backoff with parameters of type org.apache.hadoop.hbase.client.RegionLoadStats in inModifier and TypeMethodDescriptionvoidServerStatistics.RegionStatistics.update(org.apache.hadoop.hbase.client.RegionLoadStats currentStats) voidServerStatistics.update(byte[] region, org.apache.hadoop.hbase.client.RegionLoadStats currentStats) Good enough attempt. -
Uses of org.apache.hadoop.hbase.client.RegionLoadStats in org.apache.hadoop.hbase.shaded.protobuf
Methods in org.apache.hadoop.hbase.shaded.protobuf that return org.apache.hadoop.hbase.client.RegionLoadStats in inModifier and TypeMethodDescriptionstatic org.apache.hadoop.hbase.client.RegionLoadStatsProtobufUtil.createRegionLoadStats(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionLoadStats stats)