Package org.apache.hadoop.hbase.client
Class ResultStatsUtil
java.lang.Object
org.apache.hadoop.hbase.client.ResultStatsUtil
Statistics update about a server/region
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
updateStats
(StatisticTrackable tracker, ServerName server, byte[] regionName, RegionLoadStats stats) Update the statistics for the specified region.
-
Constructor Details
-
ResultStatsUtil
private ResultStatsUtil()
-
-
Method Details
-
updateStats
public static void updateStats(StatisticTrackable tracker, ServerName server, byte[] regionName, RegionLoadStats stats) Update the statistics for the specified region.- Parameters:
tracker
- tracker to updateserver
- server from which the result was obtainedregionName
- full region name for the statisticsstats
- statistics to update for the specified region
-