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 classPackedConcurrentHistogramAn integer values High Dynamic Range (HDR) Histogram that uses a packed internal representation and supports safe concurrent recording operations.private static classRecorder.InternalConcurrentHistogramprivate static classRecorder.InternalPackedConcurrentHistogramFields in org.HdrHistogram with type parameters of type ConcurrentHistogram Modifier and Type Field Description (package private) static java.util.concurrent.atomic.AtomicLongFieldUpdater<ConcurrentHistogram>ConcurrentHistogram. totalCountUpdaterMethods in org.HdrHistogram that return ConcurrentHistogram Modifier and Type Method Description ConcurrentHistogramConcurrentHistogram. copy()ConcurrentHistogramConcurrentHistogram. copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)static ConcurrentHistogramConcurrentHistogram. decodeFromByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a ByteBuffer.static ConcurrentHistogramConcurrentHistogram. decodeFromCompressedByteBuffer(java.nio.ByteBuffer buffer, long minBarForHighestTrackableValue)Construct a new histogram by decoding it from a compressed form in a ByteBuffer.static ConcurrentHistogramConcurrentHistogram. fromString(java.lang.String base64CompressedHistogramString)Construct a new ConcurrentHistogram by decoding it from a String containing a base64 encoded compressed histogram representation.
-