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
key from map , or create it with factory . |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.