| 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 TimeoutException |
TimeoutException.INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
long |
SequenceBarrier.waitFor(long sequence)
Wait for the given sequence to be available for consumption.
|
long |
TimeoutBlockingWaitStrategy.waitFor(long sequence,
Sequence cursorSequence,
Sequence dependentSequence,
SequenceBarrier barrier) |
long |
WaitStrategy.waitFor(long sequence,
Sequence cursor,
Sequence dependentSequence,
SequenceBarrier barrier)
Wait for the given sequence to be available.
|
Copyright © 2011 - 2013 LMAX Ltd. All Rights Reserved.