abstract class BaseSpscLinkedAtomicArrayQueueProducerFields<E> extends BaseSpscLinkedAtomicArrayQueueL2Pad<E>
Modifier and Type | Field and Description |
---|---|
(package private) static java.util.concurrent.atomic.AtomicLongFieldUpdater<BaseSpscLinkedAtomicArrayQueueProducerFields> |
P_INDEX_UPDATER |
protected long |
producerIndex |
p0, p1, p10, p11, p12, p13, p14, p15, p16, p17, p2, p3, p4, p5, p6, p7
C_INDEX_UPDATER, consumerIndex
consumerBuffer, consumerMask
Constructor and Description |
---|
BaseSpscLinkedAtomicArrayQueueProducerFields() |
contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
static final java.util.concurrent.atomic.AtomicLongFieldUpdater<BaseSpscLinkedAtomicArrayQueueProducerFields> P_INDEX_UPDATER
protected volatile long producerIndex