JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.codahale.metrics.Metered
Uses of
Metered
in
com.codahale.metrics
Classes in
com.codahale.metrics
that implement
Metered
Modifier and Type
Class
Description
class
Meter
A meter metric which measures mean throughput and one-, five-, and fifteen-minute moving average throughputs.
class
Timer
A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via
Meter
.