Uses of Class
org.HdrHistogram.AbstractHistogramIterator
-
-
Uses of AbstractHistogramIterator in org.HdrHistogram
Subclasses of AbstractHistogramIterator in org.HdrHistogram Modifier and Type Class Description class
AllValuesIterator
Used for iterating through histogram values using the finest granularity steps supported by the underlying representation.class
LinearIterator
Used for iterating through histogram values in linear steps.class
LogarithmicIterator
Used for iterating through histogram values in logarithmically increasing levels.class
PercentileIterator
Used for iterating through histogram values according to percentile levels.class
RecordedValuesIterator
Used for iterating through all recorded histogram values using the finest granularity steps supported by the underlying representation.
-