| 限定符和类型 | 方法和说明 |
|---|---|
MetricRegistryInfo |
MetricRegistry.getMetricRegistryInfo()
Return the MetricRegistryInfo object for this registry.
|
| 限定符和类型 | 方法和说明 |
|---|---|
abstract Set<MetricRegistryInfo> |
MetricRegistries.getMetricRegistryInfos()
Returns MetricRegistryInfo's for the MetricRegistry's created.
|
| 限定符和类型 | 方法和说明 |
|---|---|
MetricRegistry |
MetricRegistryFactory.create(MetricRegistryInfo info)
Create a MetricRegistry from the given MetricRegistryInfo
|
abstract MetricRegistry |
MetricRegistries.create(MetricRegistryInfo info)
Create or return MetricRegistry with the given info.
|
abstract Optional<MetricRegistry> |
MetricRegistries.get(MetricRegistryInfo info)
Returns the MetricRegistry if found.
|
abstract boolean |
MetricRegistries.remove(MetricRegistryInfo key)
Decrements the ref count of the MetricRegistry, and removes if ref count == 0.
|
Copyright © 2007–2019. All rights reserved.