Uses of Class
com.codahale.metrics.Counter
-
-
Uses of Counter in com.codahale.metrics
Methods in com.codahale.metrics that return Counter Modifier and Type Method Description CounterMetricRegistry. counter(String name)CounterMetricRegistry. counter(String name, MetricRegistry.MetricSupplier<Counter> supplier)CounterNoopMetricRegistry. counter(String name)CounterNoopMetricRegistry. counter(String name, MetricRegistry.MetricSupplier<Counter> supplier)Methods in com.codahale.metrics that return types with arguments of type Counter Modifier and Type Method Description SortedMap<String,Counter>MetricRegistry. getCounters()Returns a map of all the counters in the registry and their names.SortedMap<String,Counter>MetricRegistry. getCounters(MetricFilter filter)Returns a map of all the counters in the registry and their names which match the given filter.SortedMap<String,Counter>NoopMetricRegistry. getCounters()Returns a map of all the counters in the registry and their names.SortedMap<String,Counter>NoopMetricRegistry. 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 Counter Modifier and Type Method Description voidMetricRegistryListener.Base. onCounterAdded(String name, Counter counter)voidMetricRegistryListener. onCounterAdded(String name, Counter counter)Called when aCounteris added to the registry.Method parameters in com.codahale.metrics with type arguments of type Counter Modifier and Type Method Description CounterMetricRegistry. counter(String name, MetricRegistry.MetricSupplier<Counter> supplier)CounterNoopMetricRegistry. counter(String name, MetricRegistry.MetricSupplier<Counter> supplier)
-