Uses of Class
org.HdrHistogram.AtomicHistogram
-
-
Uses of AtomicHistogram in org.HdrHistogram
Methods in org.HdrHistogram that return AtomicHistogram Modifier and Type Method Description AtomicHistogramAtomicHistogram. copy()AtomicHistogramAtomicHistogram. copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)static AtomicHistogramAtomicHistogram. decodeFromByteBuffer(ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a ByteBuffer.static AtomicHistogramAtomicHistogram. decodeFromCompressedByteBuffer(ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a compressed form in a ByteBuffer.static AtomicHistogramAtomicHistogram. fromString(String base64CompressedHistogramString)Construct a new AtomicHistogram by decoding it from a String containing a base64 encoded compressed histogram representation.
-