Uses of Class
org.HdrHistogram.HistogramIterationValue
-
-
Uses of HistogramIterationValue in org.HdrHistogram
Fields in org.HdrHistogram declared as HistogramIterationValue Modifier and Type Field Description (package private) HistogramIterationValue
AbstractHistogramIterator. currentIterationValue
private HistogramIterationValue
DoubleHistogramIterationValue. integerHistogramIterationValue
Methods in org.HdrHistogram that return HistogramIterationValue Modifier and Type Method Description HistogramIterationValue
DoubleHistogramIterationValue. getIntegerHistogramIterationValue()
HistogramIterationValue
AbstractHistogramIterator. next()
Returns the next element in the iteration.Methods in org.HdrHistogram that return types with arguments of type HistogramIterationValue Modifier and Type Method Description java.util.Iterator<HistogramIterationValue>
AbstractHistogram.AllValues. iterator()
java.util.Iterator<HistogramIterationValue>
AbstractHistogram.LinearBucketValues. iterator()
java.util.Iterator<HistogramIterationValue>
AbstractHistogram.LogarithmicBucketValues. iterator()
java.util.Iterator<HistogramIterationValue>
AbstractHistogram.Percentiles. iterator()
java.util.Iterator<HistogramIterationValue>
AbstractHistogram.RecordedValues. iterator()
Constructors in org.HdrHistogram with parameters of type HistogramIterationValue Constructor Description DoubleHistogramIterationValue(HistogramIterationValue integerHistogramIterationValue)
-