Class ResultStatsUtil

java.lang.Object
org.apache.hadoop.hbase.client.ResultStatsUtil

@Private public final class ResultStatsUtil extends Object
Statistics update about a server/region
  • Constructor Details

  • 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 update
      server - server from which the result was obtained
      regionName - full region name for the statistics
      stats - statistics to update for the specified region