abstract class BaseMpscLinkedUnpaddedArrayQueueColdProducerFields<E> extends BaseMpscLinkedUnpaddedArrayQueuePad3<E>
Modifier and Type | Field and Description |
---|---|
private static long |
P_LIMIT_OFFSET |
protected E[] |
producerBuffer |
private long |
producerLimit |
protected long |
producerMask |
consumerBuffer, consumerMask
Constructor and Description |
---|
BaseMpscLinkedUnpaddedArrayQueueColdProducerFields() |
Modifier and Type | Method and Description |
---|---|
(package private) boolean |
casProducerLimit(long expect,
long newValue) |
(package private) long |
lvProducerLimit() |
(package private) void |
soProducerLimit(long newValue) |
lpConsumerIndex, 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
capacity
private static final long P_LIMIT_OFFSET
private volatile long producerLimit
protected long producerMask
protected E[] producerBuffer