Class SpmcAtomicUnpaddedArrayQueueConsumerIndexField<E>

All Implemented Interfaces:
Iterable<E>, Collection<E>, Queue<E>, IndexedQueueSizeUtil.IndexedQueue, MessagePassingQueue<E>, QueueProgressIndicators, SupportsIterator
Direct Known Subclasses:
SpmcAtomicUnpaddedArrayQueueMidPad

abstract class SpmcAtomicUnpaddedArrayQueueConsumerIndexField<E> extends SpmcAtomicUnpaddedArrayQueueL2Pad<E>
NOTE: This class was automatically generated by org.jctools.queues.atomic.unpadded.JavaParsingAtomicUnpaddedArrayQueueGenerator which can found in the jctools-build module. The original source file is SpmcArrayQueue.java.
  • Field Details

  • Constructor Details

    • SpmcAtomicUnpaddedArrayQueueConsumerIndexField

      SpmcAtomicUnpaddedArrayQueueConsumerIndexField(int capacity)
  • Method Details

    • lvConsumerIndex

      public final long lvConsumerIndex()
    • casConsumerIndex

      final boolean casConsumerIndex(long expect, long newValue)