Uses of Enum
com.lmax.disruptor.RewindAction
Packages that use RewindAction
Package
Description
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 RewindActionModifier and TypeMethodDescriptionBatchRewindStrategy.handleRewindException(RewindableException e, int attempts) When aRewindableExceptionis thrown, this will be called.EventuallyGiveUpBatchRewindStrategy.handleRewindException(RewindableException e, int retriesAttempted) NanosecondPauseBatchRewindStrategy.handleRewindException(RewindableException e, int retriesAttempted) SimpleBatchRewindStrategy.handleRewindException(RewindableException e, int retriesAttempted) static RewindActionReturns 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.