Uses of Class
org.HdrHistogram.Histogram
Packages that use Histogram
-
Uses of Histogram in org.HdrHistogram
Subclasses of Histogram in org.HdrHistogramModifier and TypeClassDescriptionclassA High Dynamic Range (HDR) Histogram using atomiclongcount typeclassAn integer values High Dynamic Range (HDR) Histogram that 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 High Dynamic Range (HDR) Histogram that uses a packed internal representationclassAn integer values High Dynamic Range (HDR) Histogram that is synchronized as a wholeMethods in org.HdrHistogram that return HistogramModifier and TypeMethodDescriptionHistogram.copy()Histogram.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.Recorder.getIntervalHistogram()Recorder.getIntervalHistogram(Histogram histogramToRecycle) Recorder.getIntervalHistogram(Histogram histogramToRecycle, boolean enforceContainingInstance) SingleWriterRecorder.getIntervalHistogram()SingleWriterRecorder.getIntervalHistogram(Histogram histogramToRecycle) SingleWriterRecorder.getIntervalHistogram(Histogram histogramToRecycle, boolean enforceContainingInstance) Methods in org.HdrHistogram with parameters of type HistogramModifier and TypeMethodDescriptionRecorder.getIntervalHistogram(Histogram histogramToRecycle) Recorder.getIntervalHistogram(Histogram histogramToRecycle, boolean enforceContainingInstance) SingleWriterRecorder.getIntervalHistogram(Histogram histogramToRecycle) SingleWriterRecorder.getIntervalHistogram(Histogram histogramToRecycle, boolean enforceContainingInstance) voidRecorder.getIntervalHistogramInto(Histogram targetHistogram) voidSingleWriterRecorder.getIntervalHistogramInto(Histogram targetHistogram)