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.RegionLoadStats
Result.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 TypeMethodDescriptionvoid
Result.setStatistics
(org.apache.hadoop.hbase.client.RegionLoadStats loadStats) Set load information about the region to the information about the resultvoid
MetricsConnection.RegionStats.update
(org.apache.hadoop.hbase.client.RegionLoadStats regionStatistics) void
MetricsConnection.updateRegionStats
(org.apache.hadoop.hbase.ServerName serverName, byte[] regionName, org.apache.hadoop.hbase.client.RegionLoadStats stats) void
ServerStatisticTracker.updateRegionStats
(org.apache.hadoop.hbase.ServerName server, byte[] region, org.apache.hadoop.hbase.client.RegionLoadStats currentStats) void
StatisticTrackable.updateRegionStats
(org.apache.hadoop.hbase.ServerName server, byte[] region, org.apache.hadoop.hbase.client.RegionLoadStats stats) Update stats per region.static void
ResultStatsUtil.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 TypeMethodDescriptionvoid
ServerStatistics.RegionStatistics.update
(org.apache.hadoop.hbase.client.RegionLoadStats currentStats) void
ServerStatistics.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.RegionLoadStats
ProtobufUtil.createRegionLoadStats
(org.apache.hadoop.hbase.shaded.protobuf.generated.ClientProtos.RegionLoadStats stats)