Uses of Class
org.HdrHistogram.ShortCountsHistogram
-
-
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.
-