abstract class BaseSpscLinkedArrayQueueProducerColdFields<E> extends BaseSpscLinkedArrayQueuePrePad<E>
Modifier and Type | Field and Description |
---|---|
protected int |
maxQueueCapacity |
protected E[] |
producerBuffer |
protected long |
producerLimit |
protected int |
producerLookAheadStep |
protected long |
producerMask |
Constructor and Description |
---|
BaseSpscLinkedArrayQueueProducerColdFields() |
contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
protected int maxQueueCapacity
protected int producerLookAheadStep
protected long producerLimit
protected long producerMask
protected E[] producerBuffer