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 SynchronizedHistogram
SynchronizedHistogram. copy()
SynchronizedHistogram
SynchronizedHistogram. copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)
static SynchronizedHistogram
SynchronizedHistogram. decodeFromByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a ByteBuffer.static SynchronizedHistogram
SynchronizedHistogram. decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.static SynchronizedHistogram
SynchronizedHistogram. fromString(java.lang.String base64CompressedHistogramString)
Construct a new SynchronizedHistogram by decoding it from a String containing a base64 encoded compressed histogram representation.
-