Package | Description |
---|---|
com.lmax.disruptor |
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
|
Modifier and Type | Class and Description |
---|---|
class |
FixedSequenceGroup
Hides a group of Sequences behind a single Sequence
|
private static class |
NoOpEventProcessor.SequencerFollowingSequence
Sequence that follows (by wrapping) another sequence
|
class |
Sequence
Concurrent sequence class used for tracking the progress of
the ring buffer and event processors.
|
class |
SequenceGroup
|