Uses of Class
org.HdrHistogram.DoubleHistogram.LinearBucketValues
-
Packages that use DoubleHistogram.LinearBucketValues Package Description org.HdrHistogram -
-
Uses of DoubleHistogram.LinearBucketValues in org.HdrHistogram
Methods in org.HdrHistogram that return DoubleHistogram.LinearBucketValues Modifier and Type Method Description DoubleHistogram.LinearBucketValuesDoubleHistogram. linearBucketValues(double valueUnitsPerBucket)Provide a means of iterating through histogram values using linear steps.
-