Uses of Class
com.lmax.disruptor.SingleProducerSequencer
Packages that use SingleProducerSequencer
Package
Description
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
-
Uses of SingleProducerSequencer in com.lmax.disruptor
Fields in com.lmax.disruptor with type parameters of type SingleProducerSequencerModifier and TypeFieldDescriptionprivate static final Map<SingleProducerSequencer, Thread> SingleProducerSequencer.ProducerThreadAssertion.PRODUCERSTracks the threads publishing toSingleProducerSequencers to identify if more than one thread accesses anySingleProducerSequencer.Methods in com.lmax.disruptor with parameters of type SingleProducerSequencerModifier and TypeMethodDescriptionstatic booleanSingleProducerSequencer.ProducerThreadAssertion.isSameThreadProducingTo(SingleProducerSequencer singleProducerSequencer)