Package org.jctools.queues
Class MpscLinkedArrayQueue.ARA2
- java.lang.Object
-
- java.util.concurrent.atomic.AtomicReferenceArray<java.lang.Object>
-
- org.jctools.queues.MpscLinkedArrayQueue.ARA2
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MpscLinkedArrayQueue<T>
static final class MpscLinkedArrayQueue.ARA2 extends java.util.concurrent.atomic.AtomicReferenceArray<java.lang.Object>
-
-
Field Summary
Fields Modifier and Type Field Description longend(package private) intnextOffsetprivate static longserialVersionUIDlongstart
-
Constructor Summary
Constructors Constructor Description ARA2(int capacity, long start)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancasNext(java.lang.Object expected, java.lang.Object newValue)java.lang.Objectnext()voidsvNext(java.lang.Object newNext)-
Methods inherited from class java.util.concurrent.atomic.AtomicReferenceArray
accumulateAndGet, compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndAccumulate, getAndSet, getAndUpdate, getOpaque, getPlain, lazySet, length, set, setOpaque, setPlain, setRelease, toString, updateAndGet, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
start
public final long start
-
end
public final long end
-
nextOffset
final int nextOffset
-
-