Class SpmcAtomicArrayQueueConsumerIndexField<E>

    • Field Detail

      • consumerIndex

        private volatile long consumerIndex
    • Constructor Detail

      • SpmcAtomicArrayQueueConsumerIndexField

        SpmcAtomicArrayQueueConsumerIndexField​(int capacity)
    • Method Detail

      • lvConsumerIndex

        public final long lvConsumerIndex()
      • casConsumerIndex

        final boolean casConsumerIndex​(long expect,
                                       long newValue)