Uses of Class
org.HdrHistogram.ShortCountsHistogram
-
-
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(ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a ByteBuffer.static ShortCountsHistogramShortCountsHistogram. decodeFromCompressedByteBuffer(ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a compressed form in a ByteBuffer.static ShortCountsHistogramShortCountsHistogram. fromString(String base64CompressedHistogramString)Construct a new ShortCountsHistogram by decoding it from a String containing a base64 encoded compressed histogram representation.
-