Uses of Interface
com.lmax.disruptor.Sequenced
Packages that use Sequenced
Package
Description
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
-
Uses of Sequenced in com.lmax.disruptor
Subinterfaces of Sequenced in com.lmax.disruptorModifier and TypeInterfaceDescriptioninterfaceinterfaceCoordinates claiming sequences for access to a data structure while tracking dependentSequencesClasses in com.lmax.disruptor that implement SequencedModifier and TypeClassDescriptionclassBase class for the various sequencer types (single/multi).final classCoordinator for claiming sequences for access to a data structure while tracking dependentSequences.final classRingBuffer<E>Ring based store of reusable entries containing the data representing an event being exchanged between event producer andEventProcessors.final classCoordinator for claiming sequences for access to a data structure while tracking dependentSequences.(package private) class(package private) class