Uses of Class
org.HdrHistogram.SynchronizedHistogram
-
Packages that use SynchronizedHistogram Package Description org.HdrHistogram A High Dynamic Range (HDR) Histogram Package -
-
Uses of SynchronizedHistogram in org.HdrHistogram
Methods in org.HdrHistogram that return SynchronizedHistogram Modifier and Type Method Description SynchronizedHistogramSynchronizedHistogram. copy()SynchronizedHistogramSynchronizedHistogram. copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)static SynchronizedHistogramSynchronizedHistogram. decodeFromByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a ByteBuffer.static SynchronizedHistogramSynchronizedHistogram. decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a compressed form in a ByteBuffer.static SynchronizedHistogramSynchronizedHistogram. fromString(java.lang.String base64CompressedHistogramString)Construct a new SynchronizedHistogram by decoding it from a String containing a base64 encoded compressed histogram representation.
-