Uses of Interface
org.apache.sling.commons.metrics.Meter
-
Packages that use Meter Package Description org.apache.sling.commons.metrics Provides an API to generate and collect metrics in various formsorg.apache.sling.commons.metrics.internal -
-
Uses of Meter in org.apache.sling.commons.metrics
Methods in org.apache.sling.commons.metrics that return Meter Modifier and Type Method Description Meter
MetricsService. meter(java.lang.String name)
Creates a newMeter
and registers it under the given name. -
Uses of Meter in org.apache.sling.commons.metrics.internal
Methods in org.apache.sling.commons.metrics.internal that return Meter Modifier and Type Method Description Meter
MetricsServiceImpl. meter(java.lang.String name)
-