Uses of Class
org.HdrHistogram.ConcurrentHistogram
Packages that use ConcurrentHistogram
-
Uses of ConcurrentHistogram in org.HdrHistogram
Subclasses of ConcurrentHistogram in org.HdrHistogramModifier and TypeClassDescriptionclassAn 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 ConcurrentHistogramModifier and TypeMethodDescriptionConcurrentHistogram.copy()ConcurrentHistogram.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.