Class MpscLinkedArrayQueue.ARA2

java.lang.Object
java.util.concurrent.atomic.AtomicReferenceArray<Object>
org.jctools.queues.MpscLinkedArrayQueue.ARA2
All Implemented Interfaces:
Serializable
Enclosing class:
MpscLinkedArrayQueue<T>

static final class MpscLinkedArrayQueue.ARA2 extends AtomicReferenceArray<Object>
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • start

      public final long start
    • end

      public final long end
    • nextOffset

      final int nextOffset
  • Constructor Details

    • ARA2

      public ARA2(int capacity, long start)
  • Method Details

    • next

      public Object next()
    • casNext

      public boolean casNext(Object expected, Object newValue)
    • svNext

      public void svNext(Object newNext)