Uses of Class
org.HdrHistogram.EncodableHistogram
-
-
Uses of EncodableHistogram in org.HdrHistogram
Classes in org.HdrHistogram with type parameters of type EncodableHistogram Modifier and Type Interface Description interfaceIntervalHistogramProvider<T extends EncodableHistogram>Subclasses of EncodableHistogram in org.HdrHistogram Modifier and Type Class Description classAbstractHistogramAn abstract base class for integer values High Dynamic Range (HDR) HistogramsclassAtomicHistogramA High Dynamic Range (HDR) Histogram using atomiclongcount typeclassConcurrentDoubleHistogramA floating point values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.classConcurrentHistogramAn integer values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.classDoubleHistogramA floating point values High Dynamic Range (HDR) HistogramclassHistogramA High Dynamic Range (HDR) HistogramclassIntCountsHistogramA High Dynamic Range (HDR) Histogram using anintcount typeclassPackedConcurrentDoubleHistogramA floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.classPackedConcurrentHistogramAn integer values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.classPackedDoubleHistogramA floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representationclassPackedHistogramA High Dynamic Range (HDR) Histogram that uses a packed internal representationclassShortCountsHistogramA High Dynamic Range (HDR) Histogram using ashortcount typeclassSynchronizedDoubleHistogramA floating point values High Dynamic Range (HDR) Histogram that is synchronized as a wholeclassSynchronizedHistogramAn integer values High Dynamic Range (HDR) Histogram that is synchronized as a wholeMethods in org.HdrHistogram that return EncodableHistogram Modifier and Type Method Description EncodableHistogramHistogramLogReader. nextAbsoluteIntervalHistogram(double absoluteStartTimeSec, double absoluteEndTimeSec)Read the next interval histogram from the log, if interval falls within an absolute time rangeEncodableHistogramHistogramLogReader. nextIntervalHistogram()Read the next interval histogram from the log.EncodableHistogramHistogramLogReader. nextIntervalHistogram(double startTimeSec, double endTimeSec)Read the next interval histogram from the log, if interval falls within a time range.EncodableHistogramHistogramLogScanner.EncodableHistogramSupplier. read()Methods in org.HdrHistogram with parameters of type EncodableHistogram Modifier and Type Method Description voidHistogramLogWriter. outputIntervalHistogram(double startTimeStampSec, double endTimeStampSec, EncodableHistogram histogram)Output an interval histogram, with the given timestamp information, and the [optional] tag associated with the histogram.voidHistogramLogWriter. outputIntervalHistogram(double startTimeStampSec, double endTimeStampSec, EncodableHistogram histogram, double maxValueUnitRatio)Output an interval histogram, with the given timestamp information and the [optional] tag associated with the histogram, using a configurable maxValueUnitRatio.voidHistogramLogWriter. outputIntervalHistogram(EncodableHistogram histogram)Output an interval histogram, using the start/end timestamp indicated in the histogram, and the [optional] tag associated with the histogram.
-