abstract class MpscChunkedArrayQueueColdProducerFields<E> extends MpscChunkedArrayQueuePad2<E>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isFixedChunkSize |
protected long |
maxQueueCapacity |
protected E[] |
producerBuffer |
protected long |
producerLimit |
protected long |
producerMask |
p01, p02, p03, p04, p05, p06, p07, p10, p11, p12, p13, p14, p15, p16, p17producerIndex| Constructor and Description |
|---|
MpscChunkedArrayQueueColdProducerFields() |
contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprotected long maxQueueCapacity
protected long producerMask
protected E[] producerBuffer
protected volatile long producerLimit
protected boolean isFixedChunkSize