Uses of Class
org.HdrHistogram.ConcurrentDoubleHistogram
Packages that use ConcurrentDoubleHistogram
-
Uses of ConcurrentDoubleHistogram in org.HdrHistogram
Subclasses of ConcurrentDoubleHistogram in org.HdrHistogramModifier and TypeClassDescriptionclassA floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.Methods in org.HdrHistogram that return ConcurrentDoubleHistogramModifier and TypeMethodDescriptionstatic ConcurrentDoubleHistogramConcurrentDoubleHistogram.decodeFromByteBuffer(ByteBuffer buffer, long minBarForHighestToLowestValueRatio) Construct a new ConcurrentDoubleHistogram by decoding it from a ByteBuffer.static ConcurrentDoubleHistogramConcurrentDoubleHistogram.decodeFromCompressedByteBuffer(ByteBuffer buffer, long minBarForHighestToLowestValueRatio) Construct a new ConcurrentDoubleHistogram by decoding it from a compressed form in a ByteBuffer.Constructors in org.HdrHistogram with parameters of type ConcurrentDoubleHistogramModifierConstructorDescriptionConstruct aSynchronizedDoubleHistogramwith the same range settings as a given source, duplicating the source's start/end timestamps (but NOT it's contents)