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