| Modifier and Type | Method and Description |
|---|---|
abstract MetricRegistry |
MetricRegistries.create(MetricRegistryInfo info)
Create or return MetricRegistry with the given info.
|
MetricRegistry |
MetricRegistryFactory.create(MetricRegistryInfo info)
Create a MetricRegistry from the given MetricRegistryInfo
|
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<MetricRegistry> |
MetricRegistries.get(MetricRegistryInfo info)
Returns the MetricRegistry if found.
|
abstract Collection<MetricRegistry> |
MetricRegistries.getMetricRegistries()
Returns MetricRegistry's created.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.