Uses of Class
org.HdrHistogram.ConcurrentHistogram
-
Packages that use ConcurrentHistogram Package Description org.HdrHistogram A High Dynamic Range (HDR) Histogram Package -
-
Uses of ConcurrentHistogram in org.HdrHistogram
Subclasses of ConcurrentHistogram in org.HdrHistogram Modifier and Type Class Description class
PackedConcurrentHistogram
An integer values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.private static class
Recorder.InternalConcurrentHistogram
private static class
Recorder.InternalPackedConcurrentHistogram
Fields in org.HdrHistogram with type parameters of type ConcurrentHistogram Modifier and Type Field Description (package private) static java.util.concurrent.atomic.AtomicLongFieldUpdater<ConcurrentHistogram>
ConcurrentHistogram. totalCountUpdater
Methods in org.HdrHistogram that return ConcurrentHistogram Modifier and Type Method Description ConcurrentHistogram
ConcurrentHistogram. copy()
ConcurrentHistogram
ConcurrentHistogram. copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)
static ConcurrentHistogram
ConcurrentHistogram. decodeFromByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a ByteBuffer.static ConcurrentHistogram
ConcurrentHistogram. decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)
Construct a new histogram by decoding it from a compressed form in a ByteBuffer.static ConcurrentHistogram
ConcurrentHistogram. fromString(java.lang.String base64CompressedHistogramString)
Construct a new ConcurrentHistogram by decoding it from a String containing a base64 encoded compressed histogram representation.
-