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 |
PackedConcurrentHistogram |
An integer values High Dynamic Range (HDR) Histogram that uses a packed internal representation
and supports safe concurrent recording operations.
|
class |
PackedHistogram |
A High Dynamic Range (HDR) Histogram that uses a packed internal representation
|
private static class |
Recorder.InternalAtomicHistogram |
|
private static class |
Recorder.InternalConcurrentHistogram |
|
private static class |
Recorder.InternalPackedConcurrentHistogram |
|
class |
ShortCountsHistogram |
A High Dynamic Range (HDR) Histogram using a short count type
|
private static class |
SingleWriterRecorder.InternalHistogram |
|
private static class |
SingleWriterRecorder.PackedInternalHistogram |
|
class |
SynchronizedHistogram |
An integer values High Dynamic Range (HDR) Histogram that is synchronized as a whole
|