Class BaseMpscLinkedVarHandleArrayQueueConsumerFields<E>

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

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

    • VH_CONSUMER_INDEX

      private static final VarHandle VH_CONSUMER_INDEX
    • consumerIndex

      private long consumerIndex
    • consumerMask

      protected long consumerMask
    • consumerBuffer

      protected E[] consumerBuffer
  • Constructor Details

    • BaseMpscLinkedVarHandleArrayQueueConsumerFields

      BaseMpscLinkedVarHandleArrayQueueConsumerFields()
  • Method Details

    • lvConsumerIndex

      public final long lvConsumerIndex()
    • lpConsumerIndex

      final long lpConsumerIndex()
    • soConsumerIndex

      final void soConsumerIndex(long newValue)