Uses of Interface
org.HdrHistogram.ValueRecorder
-
-
Uses of ValueRecorder in org.HdrHistogram
Classes in org.HdrHistogram that implement ValueRecorder Modifier and Type Class Description class
AbstractHistogram
An abstract base class for integer values High Dynamic Range (HDR) Histogramsclass
AtomicHistogram
A High Dynamic Range (HDR) Histogram using atomiclong
count typeclass
ConcurrentHistogram
An integer values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.class
Histogram
A High Dynamic Range (HDR) Histogramclass
IntCountsHistogram
A High Dynamic Range (HDR) Histogram using anint
count typeclass
Recorder
Records integer values, and provides stable intervalHistogram
samples from live recorded data without interrupting or stalling active recording of values.private class
Recorder.InternalAtomicHistogram
private class
Recorder.InternalConcurrentHistogram
class
ShortCountsHistogram
A High Dynamic Range (HDR) Histogram using ashort
count typeclass
SingleWriterRecorder
Records integer values, and provides stable intervalHistogram
samples from live recorded data without interrupting or stalling active recording of values.private class
SingleWriterRecorder.InternalHistogram
class
SynchronizedHistogram
An integer values High Dynamic Range (HDR) Histogram that is synchronized as a whole
-