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 class
org.apache.hadoop.hbase.client.MetricsConnection
This class is for maintaining the various connection statistics and publishing them through the metrics interfaces.class
org.apache.hadoop.hbase.client.ServerStatisticTracker
Tracks 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 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.