Uses of Class
com.lmax.disruptor.AlertException
-
Packages that use AlertException Package Description com.lmax.disruptor The Disruptor is a concurrent programming framework for exchanging and coordinating work as a continuous series of events. -
-
Uses of AlertException in com.lmax.disruptor
Fields in com.lmax.disruptor declared as AlertException Modifier and Type Field Description static AlertExceptionAlertException. INSTANCEPre-allocated exception to avoid garbage generation.Methods in com.lmax.disruptor that throw AlertException Modifier and Type Method Description voidSequenceBarrier. checkAlert()Check if an alert has been raised and throw anAlertExceptionif it has.longBlockingWaitStrategy. waitFor(long sequence, Sequence cursorSequence, Sequence dependentSequence, SequenceBarrier barrier)longBusySpinWaitStrategy. waitFor(long sequence, Sequence cursor, Sequence dependentSequence, SequenceBarrier barrier)longLiteBlockingWaitStrategy. waitFor(long sequence, Sequence cursorSequence, Sequence dependentSequence, SequenceBarrier barrier)longLiteTimeoutBlockingWaitStrategy. waitFor(long sequence, Sequence cursorSequence, Sequence dependentSequence, SequenceBarrier barrier)longPhasedBackoffWaitStrategy. waitFor(long sequence, Sequence cursor, Sequence dependentSequence, SequenceBarrier barrier)longSequenceBarrier. waitFor(long sequence)Wait for the given sequence to be available for consumption.longSleepingWaitStrategy. waitFor(long sequence, Sequence cursor, Sequence dependentSequence, SequenceBarrier barrier)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.longYieldingWaitStrategy. waitFor(long sequence, Sequence cursor, Sequence dependentSequence, SequenceBarrier barrier)
-