-
- All Known Subinterfaces:
Sequencer
- All Known Implementing Classes:
AbstractSequencer,MultiProducerSequencer,RingBuffer,SingleProducerSequencer
public interface CursoredImplementors of this interface must provide a single long value that represents their current cursor value. Used during dynamic add/remove of Sequences from aSequenceGroups.addSequences(Object, java.util.concurrent.atomic.AtomicReferenceFieldUpdater, Cursored, Sequence...).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCursor()Get the current cursor value.
-