Uses of Class
org.HdrHistogram.PackedConcurrentDoubleHistogram
-
Packages that use PackedConcurrentDoubleHistogram Package Description org.HdrHistogram A High Dynamic Range (HDR) Histogram Package -
-
Uses of PackedConcurrentDoubleHistogram in org.HdrHistogram
Subclasses of PackedConcurrentDoubleHistogram in org.HdrHistogram Modifier and Type Class Description private static class
DoubleRecorder.PackedInternalConcurrentDoubleHistogram
Methods in org.HdrHistogram that return PackedConcurrentDoubleHistogram Modifier and Type Method Description static PackedConcurrentDoubleHistogram
PackedConcurrentDoubleHistogram. decodeFromByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestToLowestValueRatio)
Construct a new ConcurrentDoubleHistogram by decoding it from a ByteBuffer.static PackedConcurrentDoubleHistogram
PackedConcurrentDoubleHistogram. decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestToLowestValueRatio)
Construct a new ConcurrentDoubleHistogram by decoding it from a compressed form in a ByteBuffer.
-