Uses of Interface
org.HdrHistogram.DoubleValueRecorder
-
Packages that use DoubleValueRecorder Package Description org.HdrHistogram A High Dynamic Range (HDR) Histogram Package -
-
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.private static classDoubleRecorder.InternalConcurrentDoubleHistogramprivate static classDoubleRecorder.PackedInternalConcurrentDoubleHistogramclassPackedConcurrentDoubleHistogramA 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.private classSingleWriterDoubleRecorder.InternalDoubleHistogramprivate classSingleWriterDoubleRecorder.PackedInternalDoubleHistogramclassSynchronizedDoubleHistogramA floating point values High Dynamic Range (HDR) Histogram that is synchronized as a whole
-