Uses of Class
org.HdrHistogram.Histogram
-
Packages that use Histogram Package Description org.HdrHistogram -
-
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.Methods 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.
-