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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected int maxQueueCapacity
protected int producerLookAheadStep
protected long producerLimit
protected long producerMask
protected E[] producerBuffer