Uses of Interface
com.codahale.metrics.Counting
-
Packages that use Counting Package Description com.codahale.metrics -
-
Uses of Counting in com.codahale.metrics
Subinterfaces of Counting in com.codahale.metrics Modifier and Type Interface Description interface
Metered
An object which maintains mean and exponentially-weighted rate.Classes in com.codahale.metrics that implement Counting Modifier and Type Class Description class
Counter
An incrementing and decrementing counter metric.class
Histogram
A metric which calculates the distribution of a value.class
Meter
A meter metric which measures mean throughput and one-, five-, and fifteen-minute exponentially-weighted moving average throughputs.class
Timer
A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics viaMeter
.
-