Uses of Interface
com.lmax.disruptor.Cursored
-
Packages that use Cursored Package Description com.lmax.disruptor The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events. -
-
Uses of Cursored in com.lmax.disruptor
Subinterfaces of Cursored in com.lmax.disruptor Modifier and Type Interface Description interfaceSequencerCoordinates claiming sequences for access to a data structure while tracking dependentSequencesClasses in com.lmax.disruptor that implement Cursored Modifier and Type Class Description classAbstractSequencerBase class for the various sequencer types (single/multi).classMultiProducerSequencerCoordinator for claiming sequences for access to a data structure while tracking dependentSequences.classRingBuffer<E>Ring based store of reusable entries containing the data representing an event being exchanged between event producer andEventProcessors.classSingleProducerSequencerCoordinator for claiming sequences for access to a data structure while tracking dependentSequences.Methods in com.lmax.disruptor with parameters of type Cursored Modifier and Type Method Description voidSequenceGroup. addWhileRunning(Cursored cursored, Sequence sequence)Adds a sequence to the sequence group after threads have started to publish to the Disruptor.
-