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