Uses of Class
org.HdrHistogram.EncodableHistogram

Uses of EncodableHistogram in org.HdrHistogram
 

Subclasses of EncodableHistogram in org.HdrHistogram
 class AbstractHistogram
          An abstract base class for integer values High Dynamic Range (HDR) Histograms
 class AtomicHistogram
          A High Dynamic Range (HDR) Histogram using atomic long count type
 class ConcurrentDoubleHistogram
          A floating point values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.
 class ConcurrentHistogram
          An integer values High Dynamic Range (HDR) Histogram that supports safe concurrent recording operations.
 class DoubleHistogram
          A floating point values High Dynamic Range (HDR) Histogram
 class Histogram
          A High Dynamic Range (HDR) Histogram
 class IntCountsHistogram
          A High Dynamic Range (HDR) Histogram using an int count type
 class ShortCountsHistogram
          A High Dynamic Range (HDR) Histogram using a short count type
 class SynchronizedDoubleHistogram
          A floating point values High Dynamic Range (HDR) Histogram that is synchronized as a whole
 class SynchronizedHistogram
          An integer values High Dynamic Range (HDR) Histogram that is synchronized as a whole
 

Methods in org.HdrHistogram that return EncodableHistogram
 EncodableHistogram HistogramLogReader.nextAbsoluteIntervalHistogram(double absoluteStartTimeSec, double absoluteEndTimeSec)
          Read the next interval histogram from the log, if interval falls within an absolute time range
 EncodableHistogram HistogramLogReader.nextIntervalHistogram()
          Read the next interval histogram from the log.
 EncodableHistogram HistogramLogReader.nextIntervalHistogram(double startTimeSec, double endTimeSec)
          Read the next interval histogram from the log, if interval falls within a time range.
 

Methods in org.HdrHistogram with parameters of type EncodableHistogram
 void HistogramLogWriter.outputIntervalHistogram(double startTimeStampSec, double endTimeStampSec, EncodableHistogram histogram)
          Output an interval histogram, with the given timestamp.
 void HistogramLogWriter.outputIntervalHistogram(double startTimeStampSec, double endTimeStampSec, EncodableHistogram histogram, double maxValueUnitRatio)
          Output an interval histogram, with the given timestamp and a configurable maxValueUnitRatio.
 void HistogramLogWriter.outputIntervalHistogram(EncodableHistogram histogram)
          Output an interval histogram, using the start/end timestamp indicated in the histogram.
 



Copyright © 2015. All rights reserved.