abstract class BaseMpscLinkedAtomicArrayQueueProducerFields<E> extends BaseMpscLinkedAtomicArrayQueuePad1<E>
Modifier and Type | Field and Description |
---|---|
private static java.util.concurrent.atomic.AtomicLongFieldUpdater<BaseMpscLinkedAtomicArrayQueueProducerFields> |
P_INDEX_UPDATER |
protected long |
producerIndex |
Constructor and Description |
---|
BaseMpscLinkedAtomicArrayQueueProducerFields() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
casProducerIndex(long expect,
long newValue) |
long |
lvProducerIndex() |
(package private) void |
soProducerIndex(long newValue) |
contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
lvConsumerIndex
private static final java.util.concurrent.atomic.AtomicLongFieldUpdater<BaseMpscLinkedAtomicArrayQueueProducerFields> P_INDEX_UPDATER
protected volatile long producerIndex