Uses of Class
org.HdrHistogram.PackedConcurrentDoubleHistogram
Packages that use PackedConcurrentDoubleHistogram
-
Uses of PackedConcurrentDoubleHistogram in org.HdrHistogram
Methods in org.HdrHistogram that return PackedConcurrentDoubleHistogramModifier and TypeMethodDescriptionPackedConcurrentDoubleHistogram.decodeFromByteBuffer(ByteBuffer buffer, long minBarForHighestToLowestValueRatio) Construct a new ConcurrentDoubleHistogram by decoding it from a ByteBuffer.PackedConcurrentDoubleHistogram.decodeFromCompressedByteBuffer(ByteBuffer buffer, long minBarForHighestToLowestValueRatio) Construct a new ConcurrentDoubleHistogram by decoding it from a compressed form in a ByteBuffer.