Uses of Interface
com.codahale.metrics.Metered
Packages that use Metered
-
Uses of Metered in com.codahale.metrics
Classes in com.codahale.metrics that implement MeteredModifier and TypeClassDescriptionclassA meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.classA timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics viaMeter.Fields in com.codahale.metrics declared as MeteredConstructors in com.codahale.metrics with parameters of type MeteredModifierConstructorDescriptionprivateJmxMeter(Metered metric, ObjectName objectName, TimeUnit rateUnit) -
Uses of Metered in com.codahale.metrics.graphite
Methods in com.codahale.metrics.graphite with parameters of type MeteredModifier and TypeMethodDescriptionprivate voidGraphiteReporter.reportMetered(String name, Metered meter, long timestamp)