Uses of Interface
org.apache.hadoop.hbase.client.StatisticTrackable

Packages that use org.apache.hadoop.hbase.client.StatisticTrackable
Package
Description
Provides HBase Client
  • 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 in
    Modifier and Type
    Class
    Description
    final 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 regions
    Methods in org.apache.hadoop.hbase.client with parameters of type org.apache.hadoop.hbase.client.StatisticTrackable in in
    Modifier and Type
    Method
    Description
    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.