Uses of Interface
org.HdrHistogram.DoubleValueRecorder
-
-
Uses of DoubleValueRecorder in org.HdrHistogram
Classes in org.HdrHistogram that implement DoubleValueRecorder Modifier and Type Class Description classConcurrentDoubleHistogramA floating point values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.classDoubleHistogramA floating point values High Dynamic Range (HDR) HistogramclassDoubleRecorderRecords floating point (double) values, and provides stable intervalDoubleHistogramsamples from live recorded data without interrupting or stalling active recording of values.classPackedConcurrentDoubleHistogramA floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.classPackedDoubleHistogramA floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representationclassSingleWriterDoubleRecorderRecords floating point values, and provides stable intervalDoubleHistogramsamples from live recorded data without interrupting or stalling active recording of values.classSynchronizedDoubleHistogramA floating point values High Dynamic Range (HDR) Histogram that is synchronized as a whole
-