Uses of Class
org.HdrHistogram.PackedConcurrentDoubleHistogram
Packages that use PackedConcurrentDoubleHistogram
-
Uses of PackedConcurrentDoubleHistogram in org.HdrHistogram
Subclasses of PackedConcurrentDoubleHistogram in org.HdrHistogramModifier and TypeClassDescriptionprivate static classMethods 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.