| 程序包 | 说明 |
|---|---|
| com.github.netty.core.metrics |
| 限定符和类型 | 方法和说明 |
|---|---|
Counter |
MetricRegistry.counter(String name)
|
Counter |
MetricRegistry.counter(String name,
MetricRegistry.MetricSupplier<Counter> supplier)
|
| 限定符和类型 | 方法和说明 |
|---|---|
SortedMap<String,Counter> |
MetricRegistry.getCounters()
Returns a map of all the counters in the registry and their names.
|
SortedMap<String,Counter> |
MetricRegistry.getCounters(MetricFilter filter)
Returns a map of all the counters in the registry and their names which match the given
filter.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MetricRegistryListener.onCounterAdded(String name,
Counter counter)
Called when a
Counter is added to the registry. |
void |
MetricRegistryListener.Base.onCounterAdded(String name,
Counter counter) |
Copyright © 2020. All rights reserved.