Uses of Class
org.HdrHistogram.PackedHistogram
-
Packages that use PackedHistogram Package Description org.HdrHistogram A High Dynamic Range (HDR) Histogram Package -
-
Uses of PackedHistogram in org.HdrHistogram
Subclasses of PackedHistogram in org.HdrHistogram Modifier and Type Class Description private static class
SingleWriterRecorder.PackedInternalHistogram
Methods in org.HdrHistogram that return PackedHistogram Modifier and Type Method Description PackedHistogram
PackedHistogram. copy()
PackedHistogram
PackedHistogram. copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)
static PackedHistogram
PackedHistogram. decodeFromByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a ByteBuffer.static PackedHistogram
PackedHistogram. decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.
-