Uses of Class
org.HdrHistogram.IntCountsHistogram
-
Packages that use IntCountsHistogram Package Description org.HdrHistogram A High Dynamic Range (HDR) Histogram Package -
-
Uses of IntCountsHistogram in org.HdrHistogram
Methods in org.HdrHistogram that return IntCountsHistogram Modifier and Type Method Description IntCountsHistogramIntCountsHistogram. copy()IntCountsHistogramIntCountsHistogram. copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)static IntCountsHistogramIntCountsHistogram. decodeFromByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a ByteBuffer.static IntCountsHistogramIntCountsHistogram. decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a compressed form in a ByteBuffer.static IntCountsHistogramIntCountsHistogram. fromString(java.lang.String base64CompressedHistogramString)Construct a new IntCountsHistogram by decoding it from a String containing a base64 encoded compressed histogram representation.
-