| 限定符和类型 | 方法和说明 |
|---|---|
abstract FastCompass |
MetricRegistry.fastCompass(MetricName name)
Create a FastCompass with given name
|
FastCompass |
NOPMetricManager.getFastCompass(String group,
MetricName name) |
FastCompass |
IMetricManager.getFastCompass(String group,
MetricName name)
Create a
FastCompass metric in give group, name, and type
if not exist, an instance will be created. |
static FastCompass |
MetricManager.getFastCompass(String group,
MetricName name)
Create a
FastCompass metric in given group, and name
if not exist, an instance will be created. |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract SortedMap<MetricName,FastCompass> |
MetricRegistry.getFastCompasses()
Returns a map of all the compasses in the registry and their names.
|
abstract SortedMap<MetricName,FastCompass> |
MetricRegistry.getFastCompasses(MetricFilter filter)
Returns a map of all the compasses in the registry and their names which match the given filter.
|
SortedMap<MetricName,FastCompass> |
NOPMetricManager.getFastCompasses(String group,
MetricFilter filter) |
SortedMap<MetricName,FastCompass> |
IMetricManager.getFastCompasses(String group,
MetricFilter filter) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Collector.collect(MetricName name,
FastCompass fastCompass,
long timestamp) |
void |
MetricRegistryListener.onFastCompassAdded(MetricName name,
FastCompass compass)
Called when a
FastCompass is added to the registry. |
void |
MetricRegistryListener.Base.onFastCompassAdded(MetricName name,
FastCompass compass) |
Copyright © 2019. All rights reserved.