Uses of Interface
org.apache.hadoop.hbase.client.StatisticTrackable
Packages that use org.apache.hadoop.hbase.client.StatisticTrackable
-
Uses of org.apache.hadoop.hbase.client.StatisticTrackable in org.apache.hadoop.hbase.client
Classes in org.apache.hadoop.hbase.client that implement org.apache.hadoop.hbase.client.StatisticTrackable in inModifier and TypeClassDescriptionfinal classorg.apache.hadoop.hbase.client.MetricsConnectionThis class is for maintaining the various connection statistics and publishing them through the metrics interfaces.classorg.apache.hadoop.hbase.client.ServerStatisticTrackerTracks the statistics for multiple regionsMethods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.StatisticTrackable in inModifier and TypeMethodDescriptionstatic 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.