| Package | Description |
|---|---|
| org.HdrHistogram |
A High Dynamic Range (HDR) Histogram Package
|
| 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 |
| 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.
|
| 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. |
| 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.
|
| HistogramLogScanner.EncodableHistogramSupplier |
| HistogramLogScanner.EventHandler
Handles log events, return true to stop processing.
|
| IntCountsHistogram
A High Dynamic Range (HDR) Histogram using an
int count type |
| PackedConcurrentDoubleHistogram
A floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation and
supports safe concurrent recording operations.
|
| PackedConcurrentHistogram
An integer values High Dynamic Range (HDR) Histogram that uses a packed internal representation
and supports safe concurrent recording operations.
|
| PackedDoubleHistogram
A floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation
|
| PackedHistogram
A High Dynamic Range (HDR) Histogram that uses a packed internal representation
|
| ShortCountsHistogram
A High Dynamic Range (HDR) Histogram using a
short count type |
| SynchronizedHistogram
An integer values High Dynamic Range (HDR) Histogram that is synchronized as a whole
|
| ValueRecorder |
Copyright © 2019. All rights reserved.