Class ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ConcurrentHistogram

    static class ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset
    extends java.util.concurrent.atomic.AtomicLongArray
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getNormalizingIndexOffset()  
      void setNormalizingIndexOffset​(int normalizingIndexOffset)  
      • Methods inherited from class java.util.concurrent.atomic.AtomicLongArray

        accumulateAndGet, addAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, decrementAndGet, get, getAcquire, getAndAccumulate, getAndAdd, getAndDecrement, getAndIncrement, getAndSet, getAndUpdate, getOpaque, getPlain, incrementAndGet, lazySet, length, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • normalizingIndexOffset

        private int normalizingIndexOffset
      • doubleToIntegerValueConversionRatio

        private double doubleToIntegerValueConversionRatio
    • Constructor Detail

      • AtomicLongArrayWithNormalizingOffset

        AtomicLongArrayWithNormalizingOffset​(int length,
                                             int normalizingIndexOffset)
    • Method Detail

      • getNormalizingIndexOffset

        public int getNormalizingIndexOffset()
      • setNormalizingIndexOffset

        public void setNormalizingIndexOffset​(int normalizingIndexOffset)