Uses of Class
org.HdrHistogram.PackedConcurrentDoubleHistogram
-
-
Uses of PackedConcurrentDoubleHistogram in org.HdrHistogram
Methods in org.HdrHistogram that return PackedConcurrentDoubleHistogram Modifier and Type Method Description static PackedConcurrentDoubleHistogramPackedConcurrentDoubleHistogram. decodeFromByteBuffer(ByteBuffer buffer, long minBarForHighestToLowestValueRatio)Construct a new ConcurrentDoubleHistogram by decoding it from a ByteBuffer.static PackedConcurrentDoubleHistogramPackedConcurrentDoubleHistogram. decodeFromCompressedByteBuffer(ByteBuffer buffer, long minBarForHighestToLowestValueRatio)Construct a new ConcurrentDoubleHistogram by decoding it from a compressed form in a ByteBuffer.
-