| Package | Description |
|---|---|
| org.apache.hadoop.hbase.client |
Provides HBase Client
|
| Modifier and Type | Field and Description |
|---|---|
private MetricsConnection.NewMetric<com.yammer.metrics.core.Histogram> |
MetricsConnection.histogramFactory |
private MetricsConnection.NewMetric<com.yammer.metrics.core.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
key from map, or create it with factory. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.