Uses of Package
org.HdrHistogram

Classes in org.HdrHistogram used by org.HdrHistogram
AbstractHistogram
          An abstract base class for integer values High Dynamic Range (HDR) Histograms
AbstractHistogram.AllValues
          An Iterable<HistogramIterationValue> through the histogram using a AllValuesIterator
AbstractHistogram.LinearBucketValues
          An Iterable<HistogramIterationValue> through the histogram using a LinearIterator
AbstractHistogram.LogarithmicBucketValues
          An Iterable<HistogramIterationValue> through the histogram using a LogarithmicIterator
AbstractHistogram.Percentiles
          An Iterable<HistogramIterationValue> through the histogram using a PercentileIterator
AbstractHistogram.RecordedValues
          An Iterable<HistogramIterationValue> through the histogram using a RecordedValuesIterator
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
          An Iterable<DoubleHistogramIterationValue> through the histogram using a DoubleAllValuesIterator
DoubleHistogram.LinearBucketValues
          An Iterable<DoubleHistogramIterationValue> through the histogram using a DoubleLinearIterator
DoubleHistogram.LogarithmicBucketValues
          An Iterable<DoubleHistogramIterationValue> through the histogram using a DoubleLogarithmicIterator
DoubleHistogram.Percentiles
          An Iterable<DoubleHistogramIterationValue> through the histogram using a DoublePercentileIterator
DoubleHistogram.RecordedValues
          An Iterable<DoubleHistogramIterationValue> through the histogram using a DoubleRecordedValuesIterator
DoubleHistogramIterationValue
          Represents a value point iterated through in a DoubleHistogram, with associated stats.
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.
IntCountsHistogram
          A High Dynamic Range (HDR) Histogram using an int count type
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
 



Copyright © 2014. All rights reserved.