Uses of Class
org.HdrHistogram.ConcurrentHistogram
-
-
Uses of ConcurrentHistogram in org.HdrHistogram
Subclasses of ConcurrentHistogram in org.HdrHistogram Modifier and Type Class Description private class
Recorder.InternalConcurrentHistogram
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.
-