Uses of Interface
org.apache.sling.commons.metrics.Counter
-
Packages that use Counter 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 Counter in org.apache.sling.commons.metrics
Methods in org.apache.sling.commons.metrics that return Counter Modifier and Type Method Description Counter
MetricsService. counter(java.lang.String name)
Creates a newCounter
and registers it under the given name. -
Uses of Counter in org.apache.sling.commons.metrics.internal
Methods in org.apache.sling.commons.metrics.internal that return Counter Modifier and Type Method Description Counter
MetricsServiceImpl. counter(java.lang.String name)
-