Uses of Class
com.lmax.disruptor.AbstractSequencer
-
Packages that use AbstractSequencer 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 AbstractSequencer in com.lmax.disruptor
Subclasses of AbstractSequencer in com.lmax.disruptor Modifier and Type Class Description class
MultiProducerSequencer
Coordinator for claiming sequences for access to a data structure while tracking dependentSequence
s.class
SingleProducerSequencer
Coordinator for claiming sequences for access to a data structure while tracking dependentSequence
s.(package private) class
SingleProducerSequencerFields
(package private) class
SingleProducerSequencerPad
Fields in com.lmax.disruptor with type parameters of type AbstractSequencer Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReferenceFieldUpdater<AbstractSequencer,Sequence[]>
AbstractSequencer. SEQUENCE_UPDATER
-