Uses of Class
com.codahale.metrics.Counter
Packages that use Counter
-
Uses of Counter in com.codahale.metrics
Methods in com.codahale.metrics that return CounterMethods in com.codahale.metrics that return types with arguments of type CounterModifier and TypeMethodDescriptionMetricRegistry.getCounters()Returns a map of all the counters in the registry and their names.MetricRegistry.getCounters(MetricFilter filter) Returns a map of all the counters in the registry and their names which match the given filter.Methods in com.codahale.metrics with parameters of type CounterModifier and TypeMethodDescriptionvoidMetricRegistryListener.Base.onCounterAdded(String name, Counter counter) voidMetricRegistryListener.onCounterAdded(String name, Counter counter) Called when aCounteris added to the registry.