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