Uses of Class
org.HdrHistogram.AtomicHistogram
-
Packages that use AtomicHistogram Package Description org.HdrHistogram A High Dynamic Range (HDR) Histogram Package -
-
Uses of AtomicHistogram in org.HdrHistogram
Subclasses of AtomicHistogram in org.HdrHistogram Modifier and Type Class Description private static classRecorder.InternalAtomicHistogramFields in org.HdrHistogram with type parameters of type AtomicHistogram Modifier and Type Field Description (package private) static java.util.concurrent.atomic.AtomicLongFieldUpdater<AtomicHistogram>AtomicHistogram. totalCountUpdaterMethods in org.HdrHistogram that return AtomicHistogram Modifier and Type Method Description AtomicHistogramAtomicHistogram. copy()AtomicHistogramAtomicHistogram. copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)static AtomicHistogramAtomicHistogram. decodeFromByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a ByteBuffer.static AtomicHistogramAtomicHistogram. decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a compressed form in a ByteBuffer.static AtomicHistogramAtomicHistogram. fromString(java.lang.String base64CompressedHistogramString)Construct a new AtomicHistogram by decoding it from a String containing a base64 encoded compressed histogram representation.
-