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

Packages that use StatisticTrackable
org.apache.hadoop.hbase.client Provides HBase Client 
 

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

Classes in org.apache.hadoop.hbase.client that implement StatisticTrackable
 class MetricsConnection
          This class is for maintaining the various connection statistics and publishing them through the metrics interfaces.
 class ServerStatisticTracker
          Tracks the statistics for multiple regions
 

Methods in org.apache.hadoop.hbase.client with parameters of type StatisticTrackable
static void ResultStatsUtil.updateStats(StatisticTrackable tracker, ServerName server, byte[] regionName, org.apache.hadoop.hbase.protobuf.generated.ClientProtos.RegionLoadStats stats)
           
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.