Interface Histogram.Bucket
-
- All Known Implementing Classes:
ImmutableBucket
- Enclosing interface:
- Histogram
public static interface Histogram.BucketA histogram bucket.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublecount()Returns the count of events in this bucket.doublemaximum()Returns the bucket maximum (exclusive).doubleminimum()Returns the bucket minimum (inclusive).
-