| 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 | Field and Description |
|---|---|
static InsufficientCapacityException |
InsufficientCapacityException.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
long |
MultiProducerSequencer.tryNext() |
long |
RingBuffer.tryNext()
Increment and return the next sequence for the ring buffer.
|
long |
SingleProducerSequencer.tryNext() |
long |
Sequencer.tryNext()
Attempt to claim the next event in sequence for publishing.
|
long |
MultiProducerSequencer.tryNext(int n) |
long |
SingleProducerSequencer.tryNext(int n) |
long |
Sequencer.tryNext(int n)
Attempt to claim the next n events in sequence for publishing.
|
Copyright © 2011 - 2013 LMAX Ltd. All Rights Reserved.