| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Field and Description | 
|---|---|
| private ServerStatisticTracker | ConnectionImplementation. stats | 
| private ServerStatisticTracker | RpcRetryingCallerFactory. stats | 
| Modifier and Type | Method and Description | 
|---|---|
| static ServerStatisticTracker | ServerStatisticTracker. create(org.apache.hadoop.conf.Configuration conf) | 
| ServerStatisticTracker | ClusterConnection. getStatisticsTracker() | 
| ServerStatisticTracker | ConnectionImplementation. getStatisticsTracker() | 
| Modifier and Type | Method and Description | 
|---|---|
| static RpcRetryingCallerFactory | RpcRetryingCallerFactory. instantiate(org.apache.hadoop.conf.Configuration configuration,
           RetryingCallerInterceptor interceptor,
           ServerStatisticTracker stats) | 
| static RpcRetryingCallerFactory | RpcRetryingCallerFactory. instantiate(org.apache.hadoop.conf.Configuration configuration,
           ServerStatisticTracker stats) | 
| void | RpcRetryingCallerFactory. setStatisticTracker(ServerStatisticTracker statisticTracker)Set the tracker that should be used for tracking statistics about the server | 
| static <T> T | ResultStatsUtil. updateStats(T r,
           ServerStatisticTracker stats,
           HRegionLocation regionLocation) | 
| static <T> T | ResultStatsUtil. updateStats(T r,
           ServerStatisticTracker serverStats,
           ServerName server,
           byte[] regionName)Update the stats for the specified region if the result is an instance of  ResultStatsUtil | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.