Uses of Class
org.HdrHistogram.ConcurrentHistogram

Uses of ConcurrentHistogram in org.HdrHistogram
 

Methods in org.HdrHistogram that return ConcurrentHistogram
 ConcurrentHistogram ConcurrentHistogram.copy()
           
 ConcurrentHistogram ConcurrentHistogram.copyCorrectedForCoordinatedOmission(long expectedIntervalBetweenValueSamples)
           
static ConcurrentHistogram ConcurrentHistogram.decodeFromByteBuffer(ByteBuffer buffer, long minBarForHighestTrackableValue)
          Construct a new histogram by decoding it from a ByteBuffer.
static ConcurrentHistogram ConcurrentHistogram.decodeFromCompressedByteBuffer(ByteBuffer buffer, long minBarForHighestTrackableValue)
          Construct a new histogram by decoding it from a compressed form in a ByteBuffer.
 



Copyright © 2014. All rights reserved.