Uses of Class
org.HdrHistogram.Histogram
-
-
Uses of Histogram in org.HdrHistogram
Subclasses of Histogram in org.HdrHistogram Modifier and Type Class Description classAtomicHistogramA High Dynamic Range (HDR) Histogram using atomiclongcount typeclassConcurrentHistogramAn integer values High Dynamic Range (HDR) Histogram that 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.classPackedHistogramA High Dynamic Range (HDR) Histogram that uses a packed internal representationclassSynchronizedHistogramAn integer values High Dynamic Range (HDR) Histogram that is synchronized as a wholeMethods in org.HdrHistogram that return Histogram Modifier and Type Method Description HistogramHistogram. copy()HistogramHistogram. copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)static HistogramHistogram. decodeFromByteBuffer(ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a ByteBuffer.static HistogramHistogram. decodeFromCompressedByteBuffer(ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a compressed form in a ByteBuffer.static HistogramHistogram. fromString(String base64CompressedHistogramString)Construct a new Histogram by decoding it from a String containing a base64 encoded compressed histogram representation.HistogramRecorder. getIntervalHistogram()HistogramRecorder. getIntervalHistogram(Histogram histogramToRecycle)HistogramRecorder. getIntervalHistogram(Histogram histogramToRecycle, boolean enforceContainingInstance)HistogramSingleWriterRecorder. getIntervalHistogram()HistogramSingleWriterRecorder. getIntervalHistogram(Histogram histogramToRecycle)HistogramSingleWriterRecorder. getIntervalHistogram(Histogram histogramToRecycle, boolean enforceContainingInstance)Methods in org.HdrHistogram with parameters of type Histogram Modifier and Type Method Description HistogramRecorder. getIntervalHistogram(Histogram histogramToRecycle)HistogramRecorder. getIntervalHistogram(Histogram histogramToRecycle, boolean enforceContainingInstance)HistogramSingleWriterRecorder. getIntervalHistogram(Histogram histogramToRecycle)HistogramSingleWriterRecorder. getIntervalHistogram(Histogram histogramToRecycle, boolean enforceContainingInstance)voidRecorder. getIntervalHistogramInto(Histogram targetHistogram)voidSingleWriterRecorder. getIntervalHistogramInto(Histogram targetHistogram)
-