Package com.lmax.disruptor
Class SingleProducerSequencerPad
java.lang.Object
com.lmax.disruptor.AbstractSequencer
com.lmax.disruptor.SingleProducerSequencerPad
- Direct Known Subclasses:
SingleProducerSequencerFields
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected long
protected long
protected long
protected long
protected long
protected long
protected long
Fields inherited from class com.lmax.disruptor.AbstractSequencer
bufferSize, cursor, gatingSequences, waitStrategy
Fields inherited from interface com.lmax.disruptor.Sequencer
INITIAL_CURSOR_VALUE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.lmax.disruptor.AbstractSequencer
addGatingSequences, getBufferSize, getCursor, getMinimumSequence, newBarrier, newPoller, removeGatingSequence, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.lmax.disruptor.Sequenced
hasAvailableCapacity, next, next, publish, publish, remainingCapacity, tryNext, tryNext
Methods inherited from interface com.lmax.disruptor.Sequencer
claim, getHighestPublishedSequence, isAvailable
-
Field Details
-
p1
protected long p1 -
p2
protected long p2 -
p3
protected long p3 -
p4
protected long p4 -
p5
protected long p5 -
p6
protected long p6 -
p7
protected long p7
-
-
Constructor Details
-
SingleProducerSequencerPad
SingleProducerSequencerPad(int bufferSize, WaitStrategy waitStrategy)
-