abstract class ProducerFields<E> extends ConcurrentCircularArray<E>
| Modifier and Type | Field and Description |
|---|---|
protected long |
batchTail |
protected long |
producerIndex |
protected static long |
TAIL_OFFSET |
buffer, BUFFER_PAD, mask, SPARSE_SHIFT| Constructor and Description |
|---|
ProducerFields(ConcurrentCircularArray<E> c) |
calcOffset, calcOffset, lpElement, lpElement, lvElement, lvElement, soElement, soElement, spElement, spElement, svElement, svElementprotected static final long TAIL_OFFSET
protected long producerIndex
protected long batchTail
public ProducerFields(ConcurrentCircularArray<E> c)