Modifier and Type | Class and Description |
---|---|
class |
AbstractHistogram
An abstract base class for integer values High Dynamic Range (HDR) Histograms
|
class |
AtomicHistogram
A High Dynamic Range (HDR) Histogram using atomic
long count type |
class |
ConcurrentHistogram
An integer values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.
|
class |
Histogram
A High Dynamic Range (HDR) Histogram
|
class |
IntCountsHistogram
A High Dynamic Range (HDR) Histogram using an
int count type |
class |
Recorder
Records integer values, and provides stable interval
Histogram 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 a
short count type |
class |
SingleWriterRecorder
Records integer values, and provides stable interval
Histogram 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
|