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 classDoubleRecorder.PackedInternalConcurrentDoubleHistogramMethods in org.HdrHistogram that return PackedConcurrentDoubleHistogram Modifier and Type Method Description static PackedConcurrentDoubleHistogramPackedConcurrentDoubleHistogram. decodeFromByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestToLowestValueRatio)Construct a new ConcurrentDoubleHistogram by decoding it from a ByteBuffer.static PackedConcurrentDoubleHistogramPackedConcurrentDoubleHistogram. decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestToLowestValueRatio)Construct a new ConcurrentDoubleHistogram by decoding it from a compressed form in a ByteBuffer.
-