Uses of Class
com.lmax.disruptor.RewindAction
-
Packages that use RewindAction 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 RewindAction in com.lmax.disruptor
Methods in com.lmax.disruptor that return RewindAction Modifier and Type Method Description 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)static RewindActionRewindAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RewindAction[]RewindAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-