Uses of Class
org.HdrHistogram.EncodableHistogram
Packages that use EncodableHistogram
-
Uses of EncodableHistogram in org.HdrHistogram
Classes in org.HdrHistogram with type parameters of type EncodableHistogramModifier and TypeInterfaceDescriptioninterfaceIntervalHistogramProvider<T extends EncodableHistogram>Subclasses of EncodableHistogram in org.HdrHistogramModifier and TypeClassDescriptionclassAn abstract base class for integer values High Dynamic Range (HDR) HistogramsclassA High Dynamic Range (HDR) Histogram using atomiclongcount typeclassA floating point values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.classAn integer values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.classA floating point values High Dynamic Range (HDR) HistogramclassA High Dynamic Range (HDR) HistogramclassA High Dynamic Range (HDR) Histogram using anintcount typeclassA floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.classAn integer values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.classA floating point values High Dynamic Range (HDR) Histogram that uses a packed internal representationclassA High Dynamic Range (HDR) Histogram that uses a packed internal representationclassA High Dynamic Range (HDR) Histogram using ashortcount typeclassA floating point values High Dynamic Range (HDR) Histogram that is synchronized as a wholeclassAn integer values High Dynamic Range (HDR) Histogram that is synchronized as a wholeMethods in org.HdrHistogram that return EncodableHistogramModifier and TypeMethodDescriptionHistogramLogReader.nextAbsoluteIntervalHistogram(double absoluteStartTimeSec, double absoluteEndTimeSec) Read the next interval histogram from the log, if interval falls within an absolute time rangeHistogramLogReader.nextIntervalHistogram()Read the next interval histogram from the log.HistogramLogReader.nextIntervalHistogram(double startTimeSec, double endTimeSec) Read the next interval histogram from the log, if interval falls within a time range.HistogramLogScanner.EncodableHistogramSupplier.read()Methods in org.HdrHistogram with parameters of type EncodableHistogramModifier and TypeMethodDescriptionvoidHistogramLogWriter.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.