Uses of Class
com.lmax.disruptor.SequenceGroup
Packages that use SequenceGroup
Package
Description
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
-
Uses of SequenceGroup in com.lmax.disruptor
Fields in com.lmax.disruptor with type parameters of type SequenceGroupModifier and TypeFieldDescriptionprivate static final AtomicReferenceFieldUpdater
<SequenceGroup, Sequence[]> SequenceGroup.SEQUENCE_UPDATER