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 ShortCountsHistogram
ShortCountsHistogram. copy()
ShortCountsHistogram
ShortCountsHistogram. copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)
static ShortCountsHistogram
ShortCountsHistogram. decodeFromByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a ByteBuffer.static ShortCountsHistogram
ShortCountsHistogram. decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.static ShortCountsHistogram
ShortCountsHistogram. fromString(java.lang.String base64CompressedHistogramString)
Construct a new ShortCountsHistogram by decoding it from a String containing a base64 encoded compressed histogram representation.
-