Class BaseMpscLinkedUnpaddedArrayQueueConsumerFields<E>

All Implemented Interfaces:
Iterable<E>, Collection<E>, Queue<E>, IndexedQueueSizeUtil.IndexedQueue
Direct Known Subclasses:
BaseMpscLinkedUnpaddedArrayQueuePad3

abstract class BaseMpscLinkedUnpaddedArrayQueueConsumerFields<E> extends BaseMpscLinkedUnpaddedArrayQueuePad2<E>
NOTE: This class was automatically generated by org.jctools.queues.unpadded.JavaParsingUnpaddedQueueGenerator which can found in the jctools-build module. The original source file is BaseMpscLinkedArrayQueue.java.
  • Field Details

    • C_INDEX_OFFSET

      private static final long C_INDEX_OFFSET
    • consumerIndex

      private volatile long consumerIndex
    • consumerMask

      protected long consumerMask
    • consumerBuffer

      protected E[] consumerBuffer
  • Constructor Details

    • BaseMpscLinkedUnpaddedArrayQueueConsumerFields

      BaseMpscLinkedUnpaddedArrayQueueConsumerFields()
  • Method Details

    • lvConsumerIndex

      public final long lvConsumerIndex()
    • lpConsumerIndex

      final long lpConsumerIndex()
    • soConsumerIndex

      final void soConsumerIndex(long newValue)