Uses of Class
org.HdrHistogram.AtomicHistogram
Packages that use AtomicHistogram
-
Uses of AtomicHistogram in org.HdrHistogram
Methods in org.HdrHistogram that return AtomicHistogramModifier and TypeMethodDescriptionAtomicHistogram.copy()AtomicHistogram.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.