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 class
ConcurrentDoubleHistogram
A floating point values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.class
DoubleHistogram
A floating point values High Dynamic Range (HDR) Histogramclass
DoubleRecorder
Records floating point (double) values, and provides stable intervalDoubleHistogram
samples from live recorded data without interrupting or stalling active recording of values.private static class
DoubleRecorder.InternalConcurrentDoubleHistogram
private static class
DoubleRecorder.PackedInternalConcurrentDoubleHistogram
class
PackedConcurrentDoubleHistogram
A floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.class
PackedDoubleHistogram
A floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representationclass
SingleWriterDoubleRecorder
Records floating point values, and provides stable intervalDoubleHistogram
samples from live recorded data without interrupting or stalling active recording of values.private class
SingleWriterDoubleRecorder.InternalDoubleHistogram
private class
SingleWriterDoubleRecorder.PackedInternalDoubleHistogram
class
SynchronizedDoubleHistogram
A floating point values High Dynamic Range (HDR) Histogram that is synchronized as a whole
-