public class ParkWaitStrategy
extends java.lang.Object
implements reactor.jarjar.com.lmax.disruptor.WaitStrategy
Constructor and Description |
---|
ParkWaitStrategy() |
ParkWaitStrategy(long parkFor) |
Modifier and Type | Method and Description |
---|---|
void |
signalAllWhenBlocking() |
long |
waitFor(long sequence,
reactor.jarjar.com.lmax.disruptor.Sequence cursor,
reactor.jarjar.com.lmax.disruptor.Sequence dependentSequence,
reactor.jarjar.com.lmax.disruptor.SequenceBarrier barrier) |
public ParkWaitStrategy()
public ParkWaitStrategy(long parkFor)
public long waitFor(long sequence, reactor.jarjar.com.lmax.disruptor.Sequence cursor, reactor.jarjar.com.lmax.disruptor.Sequence dependentSequence, reactor.jarjar.com.lmax.disruptor.SequenceBarrier barrier) throws reactor.jarjar.com.lmax.disruptor.AlertException, java.lang.InterruptedException, reactor.jarjar.com.lmax.disruptor.TimeoutException
waitFor
in interface reactor.jarjar.com.lmax.disruptor.WaitStrategy
reactor.jarjar.com.lmax.disruptor.AlertException
java.lang.InterruptedException
reactor.jarjar.com.lmax.disruptor.TimeoutException
public void signalAllWhenBlocking()
signalAllWhenBlocking
in interface reactor.jarjar.com.lmax.disruptor.WaitStrategy