Uses of Class
org.HdrHistogram.ShortCountsHistogram
Packages that use ShortCountsHistogram
-
Uses of ShortCountsHistogram in org.HdrHistogram
Methods in org.HdrHistogram that return ShortCountsHistogramModifier and TypeMethodDescriptionShortCountsHistogram.copy()ShortCountsHistogram.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.