Uses of Class
org.HdrHistogram.ConcurrentDoubleHistogram
-
-
Uses of ConcurrentDoubleHistogram in org.HdrHistogram
Subclasses of ConcurrentDoubleHistogram in org.HdrHistogram Modifier and Type Class Description classPackedConcurrentDoubleHistogramA 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 ConcurrentDoubleHistogram Modifier and Type Method Description static 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 ConcurrentDoubleHistogram Constructor Description SynchronizedDoubleHistogram(ConcurrentDoubleHistogram source)Construct aSynchronizedDoubleHistogramwith the same range settings as a given source, duplicating the source's start/end timestamps (but NOT it's contents)
-