|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Sequencer | |
|---|---|
| com.lmax.disruptor | The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events. |
| Uses of Sequencer in com.lmax.disruptor |
|---|
| Subclasses of Sequencer in com.lmax.disruptor | |
|---|---|
class |
RingBuffer<T>
Ring based store of reusable entries containing the data representing an event being exchanged between event publisher and EventProcessors. |
| Constructors in com.lmax.disruptor with parameters of type Sequencer | |
|---|---|
NoOpEventProcessor(Sequencer sequencer)
Construct a EventProcessor that simply tracks a Sequencer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||