Class MpmcAtomicUnpaddedArrayQueueConsumerIndexField<E>

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

abstract class MpmcAtomicUnpaddedArrayQueueConsumerIndexField<E> extends MpmcAtomicUnpaddedArrayQueueL2Pad<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 MpmcArrayQueue.java.
  • Field Details

  • Constructor Details

    • MpmcAtomicUnpaddedArrayQueueConsumerIndexField

      MpmcAtomicUnpaddedArrayQueueConsumerIndexField(int capacity)
  • Method Details

    • lvConsumerIndex

      public final long lvConsumerIndex()
    • casConsumerIndex

      final boolean casConsumerIndex(long expect, long newValue)