Uses of Class
org.HdrHistogram.IntHistogram

Uses of IntHistogram in org.HdrHistogram
 

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



Copyright © 2014. All rights reserved.