Uses of Class
com.lmax.disruptor.SingleProducerSequencerPad
-
Packages that use SingleProducerSequencerPad 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 SingleProducerSequencerPad in com.lmax.disruptor
Subclasses of SingleProducerSequencerPad in com.lmax.disruptor Modifier and Type Class Description class
SingleProducerSequencer
Coordinator for claiming sequences for access to a data structure while tracking dependentSequence
s.(package private) class
SingleProducerSequencerFields
-