Uses of Class
com.lmax.disruptor.RewindableException
-
Packages that use RewindableException 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 RewindableException in com.lmax.disruptor
Methods in com.lmax.disruptor with parameters of type RewindableException Modifier and Type Method Description longRewindHandler. attemptRewindGetNextSequence(RewindableException e, long startOfBatchSequence)RewindActionBatchRewindStrategy. handleRewindException(RewindableException e, int attempts)When aRewindableExceptionis thrown, this will be called.RewindActionEventuallyGiveUpBatchRewindStrategy. handleRewindException(RewindableException e, int retriesAttempted)RewindActionNanosecondPauseBatchRewindStrategy. handleRewindException(RewindableException e, int retriesAttempted)RewindActionSimpleBatchRewindStrategy. handleRewindException(RewindableException e, int retriesAttempted)Methods in com.lmax.disruptor that throw RewindableException Modifier and Type Method Description longRewindHandler. attemptRewindGetNextSequence(RewindableException e, long startOfBatchSequence)voidRewindableEventHandler. onEvent(T event, long sequence, boolean endOfBatch)Called when a publisher has published an event to theRingBuffer.
-