Class and Description |
---|
AbstractHistogram
An abstract base class for integer values High Dynamic Range (HDR) Histograms
|
AbstractHistogram.AllValues |
AbstractHistogram.LinearBucketValues |
AbstractHistogram.LogarithmicBucketValues |
AbstractHistogram.Percentiles |
AbstractHistogram.RecordedValues |
AbstractHistogramBase
This non-public AbstractHistogramBase super-class separation is meant to bunch "cold" fields
separately from "hot" fields, in an attempt to force the JVM to place the (hot) fields
commonly used in the value recording code paths close together.
|
AbstractHistogramIterator
Used for iterating through histogram values.
|
AllValuesIterator
Used for iterating through histogram values using the finest granularity steps supported by the underlying
representation.
|
AtomicHistogram
A High Dynamic Range (HDR) Histogram using atomic
long count type |
ConcurrentDoubleHistogram
A floating point values High Dynamic Range (HDR) Histogram that supports safe concurrent recording
operations.
|
ConcurrentHistogram
An integer values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.
|
ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset |
DoubleHistogram
A floating point values High Dynamic Range (HDR) Histogram
|
DoubleHistogram.AllValues |
DoubleHistogram.LinearBucketValues |
DoubleHistogram.LogarithmicBucketValues |
DoubleHistogram.Percentiles |
DoubleHistogram.RecordedValues
An
Iterable <DoubleHistogramIterationValue > through
the histogram using a DoubleRecordedValuesIterator |
DoubleHistogramIterationValue
Represents a value point iterated through in a
DoubleHistogram , with associated stats. |
DoubleRecorder.InternalConcurrentDoubleHistogram |
DoubleValueRecorder |
EncodableHistogram
A base class for all encodable (and decodable) histogram classes.
|
Histogram
A High Dynamic Range (HDR) Histogram
|
HistogramIterationValue
Represents a value point iterated through in a Histogram, with associated stats.
|
HistogramLogProcessor.HistogramLogProcessorConfiguration |
HistogramLogReader
A histogram log reader.
|
HistogramLogScanner |
HistogramLogScanner.EncodableHistogramSupplier |
HistogramLogScanner.EventHandler
Handles log events, return true to stop processing.
|
HistogramLogScanner.LazyHistogramReader |
IntCountsHistogram
A High Dynamic Range (HDR) Histogram using an
int count type |
LinearIterator
Used for iterating through histogram values in linear steps.
|
LogarithmicIterator
Used for iterating through histogram values in logarithmically increasing levels.
|
PercentileIterator
Used for iterating through histogram values according to percentile levels.
|
RecordedValuesIterator
Used for iterating through all recorded histogram values using the finest granularity steps supported by the
underlying representation.
|
ShortCountsHistogram
A High Dynamic Range (HDR) Histogram using a
short count type |
SingleWriterDoubleRecorder.InternalDoubleHistogram |
SingleWriterRecorder.InternalHistogram |
SynchronizedHistogram
An integer values High Dynamic Range (HDR) Histogram that is synchronized as a whole
|
ValueRecorder |
WriterReaderPhaser
WriterReaderPhaser instances provide an asymmetric means for synchronizing the execution of
wait-free "writer" critical sections against a "reader phase flip" that needs to make sure no writer critical
sections that were active at the beginning of the flip are still active after the flip is done. |