Uses of Package
org.HdrHistogram
Packages that use org.HdrHistogram
Package
Description
A High Dynamic Range (HDR) Histogram Package
-
Classes in org.HdrHistogram used by org.HdrHistogramClassDescriptionAn abstract base class for integer values High Dynamic Range (HDR) HistogramsThis 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.Used for iterating through histogram values.Used for iterating through histogram values using the finest granularity steps supported by the underlying representation.A High Dynamic Range (HDR) Histogram using atomic
longcount typeA floating point values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.An integer values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.A floating point values High Dynamic Range (HDR) HistogramAnIterable<DoubleHistogramIterationValue> through the histogram using aDoubleRecordedValuesIteratorRepresents a value point iterated through in aDoubleHistogram, with associated stats.A base class for all encodable (and decodable) histogram classes.A High Dynamic Range (HDR) HistogramRepresents a value point iterated through in a Histogram, with associated stats.A histogram log reader.Handles log events, return true to stop processing.A High Dynamic Range (HDR) Histogram using anintcount typeUsed for iterating through histogram values in linear steps.Used for iterating through histogram values in logarithmically increasing levels.A floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.An integer values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.A floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representationA High Dynamic Range (HDR) Histogram that uses a packed internal representationUsed for iterating through histogram values according to percentile levels.Used for iterating through all recorded histogram values using the finest granularity steps supported by the underlying representation.A High Dynamic Range (HDR) Histogram using ashortcount typeAn integer values High Dynamic Range (HDR) Histogram that is synchronized as a wholeA WriterReaderPhaser -
Classes in org.HdrHistogram used by org.HdrHistogram.packedarray