Uses of Class
org.HdrHistogram.ConcurrentHistogram
-
-
Uses of ConcurrentHistogram in org.HdrHistogram
Subclasses of ConcurrentHistogram in org.HdrHistogram Modifier and Type Class Description classPackedConcurrentHistogramAn integer values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.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.
-