abstract class BaseMpscLinkedAtomicArrayQueueColdProducerFields<E> extends BaseMpscLinkedAtomicArrayQueuePad3<E>
Modifier and Type | Field and Description |
---|---|
protected java.util.concurrent.atomic.AtomicReferenceArray<E> |
producerBuffer |
protected java.util.concurrent.atomic.AtomicLong |
producerLimit |
protected long |
producerMask |
p0, p1, p10, p11, p12, p13, p14, p15, p16, p17, p2, p3, p4, p5, p6, p7
consumerBuffer, consumerIndex, consumerMask
p01, p02, p03, p04, p05, p06, p07
producerIndex
Constructor and Description |
---|
BaseMpscLinkedAtomicArrayQueueColdProducerFields() |
contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected volatile java.util.concurrent.atomic.AtomicLong producerLimit
protected long producerMask
protected java.util.concurrent.atomic.AtomicReferenceArray<E> producerBuffer