| 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 |
AbstractSequencer
Base class for the various sequencer types (single/multi).
|
class |
MultiProducerSequencer
Coordinator for claiming sequences for access to a data structure while tracking dependent
Sequences. |
class |
SingleProducerSequencer
Coordinator for claiming sequences for access to a data structure while tracking dependent
Sequences. |
| Modifier and Type | Method and Description |
|---|---|
static <T> EventPoller<T> |
EventPoller.newInstance(DataProvider<T> dataProvider,
Sequencer sequencer,
Sequence sequence,
Sequence cursorSequence,
Sequence... gatingSequences) |
| Constructor and Description |
|---|
EventPoller(DataProvider<T> dataProvider,
Sequencer sequencer,
Sequence sequence,
Sequence gatingSequence) |
Copyright © 2011 - 2018 LMAX Ltd. All Rights Reserved.