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 | Interface and Description |
---|---|
interface |
EventSequencer<T> |
interface |
Sequencer
Coordinates claiming sequences for access to a data structure while tracking dependent
Sequence s |
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
Sequence s. |
class |
RingBuffer<E>
Ring based store of reusable entries containing the data representing
an event being exchanged between event producer and
EventProcessor s. |
class |
SingleProducerSequencer
Coordinator for claiming sequences for access to a data structure while tracking dependent
Sequence s. |
Copyright © 2011 - 2015 LMAX Ltd. All Rights Reserved.