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