Interface ConcurrentHistogram.ConcurrentArrayWithNormalizingOffset

All Known Implementing Classes:
ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset, PackedConcurrentHistogram.ConcurrentPackedArrayWithNormalizingOffset
Enclosing class:
ConcurrentHistogram

static interface ConcurrentHistogram.ConcurrentArrayWithNormalizingOffset
  • Method Details

    • getNormalizingIndexOffset

      int getNormalizingIndexOffset()
    • setNormalizingIndexOffset

      void setNormalizingIndexOffset(int normalizingIndexOffset)
    • getDoubleToIntegerValueConversionRatio

      double getDoubleToIntegerValueConversionRatio()
    • setDoubleToIntegerValueConversionRatio

      void setDoubleToIntegerValueConversionRatio(double doubleToIntegerValueConversionRatio)
    • getEstimatedFootprintInBytes

      int getEstimatedFootprintInBytes()
    • get

      long get(int index)
    • atomicIncrement

      void atomicIncrement(int index)
    • atomicAdd

      void atomicAdd(int index, long valueToAdd)
    • lazySet

      void lazySet(int index, long newValue)
    • length

      int length()