abstract class BaseMpscLinkedArrayQueueColdProducerFields<E> extends BaseMpscLinkedArrayQueuePad3<E>
Modifier and Type | Field and Description |
---|---|
private static long |
P_LIMIT_OFFSET |
protected E[] |
producerBuffer |
private long |
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 |
---|
BaseMpscLinkedArrayQueueColdProducerFields() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
casProducerLimit(long expect,
long newValue) |
(package private) long |
lvProducerLimit() |
(package private) void |
soProducerLimit(long newValue) |
lvConsumerIndex, soConsumerIndex
casProducerIndex, lvProducerIndex, soProducerIndex
contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private static final long P_LIMIT_OFFSET
private volatile long producerLimit
protected long producerMask
protected E[] producerBuffer