JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Interface
com.codahale.metrics.Sampling
Packages that use
Sampling
Package
Description
com.codahale.metrics
Uses of
Sampling
in
com.codahale.metrics
Classes in
com.codahale.metrics
that implement
Sampling
Modifier and Type
Class
Description
class
Histogram
A metric which calculates the distribution of a value.
class
Timer
A timer metric which aggregates timing durations and provides duration statistics, plus throughput statistics via
Meter
.