abstract class BaseMpscLinkedArrayQueueConsumerFields<E> extends BaseMpscLinkedArrayQueuePad2<E>
| Modifier and Type | Field and Description |
|---|---|
private static long |
C_INDEX_OFFSET |
protected E[] |
consumerBuffer |
protected long |
consumerIndex |
protected long |
consumerMask |
p01, p02, p03, p04, p05, p06, p07, p10, p11, p12, p13, p14, p15, p16, p17producerIndex| Constructor and Description |
|---|
BaseMpscLinkedArrayQueueConsumerFields() |
| Modifier and Type | Method and Description |
|---|---|
long |
lvConsumerIndex() |
(package private) void |
soConsumerIndex(long newValue) |
casProducerIndex, lvProducerIndex, soProducerIndexcontains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprivate static final long C_INDEX_OFFSET
protected long consumerMask
protected E[] consumerBuffer
protected long consumerIndex