Uses of Class
com.lmax.disruptor.TimeoutException
Packages that use TimeoutException
Package
Description
The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events.
-
Uses of TimeoutException in com.lmax.disruptor
Fields in com.lmax.disruptor declared as TimeoutExceptionMethods in com.lmax.disruptor that throw TimeoutExceptionModifier and TypeMethodDescriptionlong
LiteTimeoutBlockingWaitStrategy.waitFor
(long sequence, Sequence cursorSequence, Sequence dependentSequence, SequenceBarrier barrier) long
PhasedBackoffWaitStrategy.waitFor
(long sequence, Sequence cursor, Sequence dependentSequence, SequenceBarrier barrier) long
ProcessingSequenceBarrier.waitFor
(long sequence) 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. -
Uses of TimeoutException in com.lmax.disruptor.dsl
Methods in com.lmax.disruptor.dsl that throw TimeoutException