Package org.HdrHistogram
Class ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset
- java.lang.Object
-
- java.util.concurrent.atomic.AtomicLongArray
-
- org.HdrHistogram.ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ConcurrentHistogram
static class ConcurrentHistogram.AtomicLongArrayWithNormalizingOffset extends java.util.concurrent.atomic.AtomicLongArray
-
-
Field Summary
Fields Modifier and Type Field Description private double
doubleToIntegerValueConversionRatio
private int
normalizingIndexOffset
-
Constructor Summary
Constructors Constructor Description AtomicLongArrayWithNormalizingOffset(int length, int normalizingIndexOffset)
-
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
-
-