public class ParkWaitStrategy extends Object implements com.lmax.disruptor.WaitStrategy
| Constructor and Description |
|---|
ParkWaitStrategy() |
ParkWaitStrategy(long parkFor) |
| Modifier and Type | Method and Description |
|---|---|
void |
signalAllWhenBlocking() |
long |
waitFor(long sequence,
com.lmax.disruptor.Sequence cursor,
com.lmax.disruptor.Sequence dependentSequence,
com.lmax.disruptor.SequenceBarrier barrier) |
public ParkWaitStrategy()
public ParkWaitStrategy(long parkFor)
public long waitFor(long sequence,
com.lmax.disruptor.Sequence cursor,
com.lmax.disruptor.Sequence dependentSequence,
com.lmax.disruptor.SequenceBarrier barrier)
throws com.lmax.disruptor.AlertException,
InterruptedException,
com.lmax.disruptor.TimeoutException
waitFor in interface com.lmax.disruptor.WaitStrategycom.lmax.disruptor.AlertExceptionInterruptedExceptioncom.lmax.disruptor.TimeoutExceptionpublic void signalAllWhenBlocking()
signalAllWhenBlocking in interface com.lmax.disruptor.WaitStrategyCopyright © 2016. All rights reserved.