Uses of Package
org.HdrHistogram

Classes in org.HdrHistogram used by org.HdrHistogram
AbstractHistogram
          A High Dynamic Range (HDR) Histogram
AtomicHistogram
          A High Dynamic Range (HDR) Histogram using atomic long count type
Histogram
          A High Dynamic Range (HDR) Histogram
HistogramData
          Provides iteration capabilities for a histogram's data set, as well as access to common statistics information.
HistogramData.AllValues
          An Iterable<HistogramIterationValue> through the histogram using a AllValuesIterator
HistogramData.LinearBucketValues
          An Iterable<HistogramIterationValue> through the histogram using a LinearIterator
HistogramData.LogarithmicBucketValues
          An Iterable<HistogramIterationValue> through the histogram using a LogarithmicIterator
HistogramData.Percentiles
          An Iterable<HistogramIterationValue> through the histogram using a PercentileIterator
HistogramData.RecordedValues
          An Iterable<HistogramIterationValue> through the histogram using a RecordedValuesIterator
HistogramIterationValue
          Represents a value point iterated through in a Histogram, with associated stats.
IntHistogram
          A High Dynamic Range (HDR) Histogram using an int count type
ShortHistogram
          A High Dynamic Range (HDR) Histogram using a short count type
SynchronizedHistogram
          An internally synchronized High Dynamic Range (HDR) Histogram using a long count type
 



Copyright © 2014. All rights reserved.