| Package | Description | 
|---|---|
| org.apache.hadoop.hbase.client | Provides HBase Client | 
| Modifier and Type | Field and Description | 
|---|---|
| private MetricsConnection.NewMetric<com.codahale.metrics.Counter> | MetricsConnection. counterFactory | 
| private MetricsConnection.NewMetric<com.codahale.metrics.Histogram> | MetricsConnection. histogramFactory | 
| private MetricsConnection.NewMetric<com.codahale.metrics.Timer> | MetricsConnection. timerFactory | 
| Modifier and Type | Method and Description | 
|---|---|
| private <T> T | MetricsConnection. getMetric(String key,
         ConcurrentMap<String,T> map,
         MetricsConnection.NewMetric<T> factory)Get a metric for  keyfrommap, or create it withfactory. | 
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.