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 TypeMethodDescriptionlongLiteTimeoutBlockingWaitStrategy.waitFor(long sequence, Sequence cursorSequence, Sequence dependentSequence, SequenceBarrier barrier) longPhasedBackoffWaitStrategy.waitFor(long sequence, Sequence cursor, Sequence dependentSequence, SequenceBarrier barrier) longProcessingSequenceBarrier.waitFor(long sequence) longSequenceBarrier.waitFor(long sequence) Wait for the given sequence to be available for consumption.longTimeoutBlockingWaitStrategy.waitFor(long sequence, Sequence cursorSequence, Sequence dependentSequence, SequenceBarrier barrier) longWaitStrategy.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