Uses of Interface
com.codahale.metrics.Counting
-
Uses of Counting in com.codahale.metrics
Subinterfaces of Counting in com.codahale.metricsModifier and TypeInterfaceDescriptioninterfaceAn object which maintains mean and moving average rates.Classes in com.codahale.metrics that implement CountingModifier and TypeClassDescriptionclassAn incrementing and decrementing counter metric.classA metric which calculates the distribution of a value.classA meter metric which measures mean throughput and one-, five-, and fifteen-minute moving average throughputs.classA timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics viaMeter.