Uses of Class
com.codahale.metrics.Counter
Packages that use Counter
Package
Description
-
Uses of Counter in com.codahale.metrics
Fields in com.codahale.metrics declared as CounterFields in com.codahale.metrics with type parameters of type CounterModifier and TypeFieldDescriptionstatic final MetricRegistry.MetricBuilder
<Counter> MetricRegistry.MetricBuilder.COUNTERS
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 TypeMethodDescriptionprivate void
Slf4jReporter.logCounter
(String name, Counter counter) void
JmxReporter.JmxListener.onCounterAdded
(String name, Counter counter) void
MetricRegistryListener.Base.onCounterAdded
(String name, Counter counter) void
MetricRegistryListener.onCounterAdded
(String name, Counter counter) Called when aCounter
is added to the registry.private void
CsvReporter.reportCounter
(long timestamp, String name, Counter counter) Method parameters in com.codahale.metrics with type arguments of type CounterModifier and TypeMethodDescriptionprivate void
ConsoleReporter.printCounter
(Map.Entry<String, Counter> entry) Constructors in com.codahale.metrics with parameters of type Counter -
Uses of Counter in com.codahale.metrics.graphite
Methods in com.codahale.metrics.graphite with parameters of type CounterModifier and TypeMethodDescriptionprivate void
GraphiteReporter.reportCounter
(String name, Counter counter, long timestamp) -
Uses of Counter in com.codahale.metrics.json
Methods in com.codahale.metrics.json with parameters of type Counter -
Uses of Counter in com.codahale.metrics.servlet
Fields in com.codahale.metrics.servlet declared as Counter