Uses of Class
org.HdrHistogram.AbstractHistogram.LogarithmicBucketValues
-
Packages that use AbstractHistogram.LogarithmicBucketValues Package Description org.HdrHistogram A High Dynamic Range (HDR) Histogram Package -
-
Uses of AbstractHistogram.LogarithmicBucketValues in org.HdrHistogram
Methods in org.HdrHistogram that return AbstractHistogram.LogarithmicBucketValues Modifier and Type Method Description AbstractHistogram.LogarithmicBucketValues
AbstractHistogram. logarithmicBucketValues(long valueUnitsInFirstBucket, double logBase)
Provide a means of iterating through histogram values at logarithmically increasing levels.AbstractHistogram.LogarithmicBucketValues
SynchronizedHistogram. logarithmicBucketValues(long valueUnitsInFirstBucket, double logBase)
-