public interface SequenceBarrier
extends com.lmax.disruptor.SequenceBarrier
| Modifier and Type | Method and Description |
|---|---|
long |
waitFor1(long sequence) |
long |
waitFor1(long sequence,
long timeout,
TimeUnit unit) |
long waitFor1(long sequence)
throws com.lmax.disruptor.AlertException,
InterruptedException,
co.paralleluniverse.fibers.SuspendExecution
com.lmax.disruptor.AlertExceptionInterruptedExceptionco.paralleluniverse.fibers.SuspendExecutionlong waitFor1(long sequence,
long timeout,
TimeUnit unit)
throws com.lmax.disruptor.AlertException,
InterruptedException,
TimeoutException,
co.paralleluniverse.fibers.SuspendExecution
com.lmax.disruptor.AlertExceptionInterruptedExceptionTimeoutExceptionco.paralleluniverse.fibers.SuspendExecution