Package | Description |
---|---|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
MetricsUserSourceImpl.ClientMetricsImpl |
Modifier and Type | Field and Description |
---|---|
private ConcurrentHashMap<String,MetricsUserSource.ClientMetrics> |
MetricsUserSourceImpl.clientMetricsMap |
Modifier and Type | Method and Description |
---|---|
MetricsUserSource.ClientMetrics |
MetricsUserSource.getOrCreateMetricsClient(String hostName)
Create a instance of ClientMetrics if not present otherwise return the previous one
|
MetricsUserSource.ClientMetrics |
MetricsUserSourceImpl.getOrCreateMetricsClient(String client) |
Modifier and Type | Method and Description |
---|---|
Map<String,MetricsUserSource.ClientMetrics> |
MetricsUserSource.getClientMetrics()
Metrics collected at client level for a user(needed for reporting through clusterStatus and
hbtop currently)
|
Map<String,MetricsUserSource.ClientMetrics> |
MetricsUserSourceImpl.getClientMetrics() |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.