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, p17
producerIndex
Constructor and Description |
---|
BaseMpscLinkedArrayQueueConsumerFields() |
Modifier and Type | Method and Description |
---|---|
long |
lvConsumerIndex() |
(package private) void |
soConsumerIndex(long newValue) |
casProducerIndex, lvProducerIndex, soProducerIndex
contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
private static final long C_INDEX_OFFSET
protected long consumerMask
protected E[] consumerBuffer
protected long consumerIndex