abstract class SingleProducerSequencerFields extends SingleProducerSequencerPad
Modifier and Type | Field and Description |
---|---|
protected long |
cachedValue |
protected long |
nextValue
Set to -1 as sequence starting point
|
p1, p2, p3, p4, p5, p6, p7
bufferSize, cursor, gatingSequences, waitStrategy
INITIAL_CURSOR_VALUE
Constructor and Description |
---|
SingleProducerSequencerFields(int bufferSize,
WaitStrategy waitStrategy) |
addGatingSequences, getBufferSize, getCursor, getMinimumSequence, newBarrier, newPoller, removeGatingSequence, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
claim, getHighestPublishedSequence, isAvailable
hasAvailableCapacity, next, next, publish, publish, remainingCapacity, tryNext, tryNext
protected long nextValue
protected long cachedValue
public SingleProducerSequencerFields(int bufferSize, WaitStrategy waitStrategy)