Class ClassicHistogramBuckets.Builder
Object
Builder
- Enclosing class:
ClassicHistogramBuckets
-
Method Summary
Modifier and TypeMethodDescriptionbucket(double upperBound, long count) Must be called at least once for theDouble.POSITIVE_INFINITYbucket.build()Will throw anIllegalArgumentExceptionif theDouble.POSITIVE_INFINITYbucket is missing.
-
Method Details
-
bucket
Must be called at least once for theDouble.POSITIVE_INFINITYbucket. -
build
Will throw anIllegalArgumentExceptionif theDouble.POSITIVE_INFINITYbucket is missing.
-