Uses of Interface
io.smallrye.faulttolerance.core.retry.Jitter
-
Packages that use Jitter Package Description io.smallrye.faulttolerance.core.retry -
-
Uses of Jitter in io.smallrye.faulttolerance.core.retry
Classes in io.smallrye.faulttolerance.core.retry that implement Jitter Modifier and Type Class Description classFixedJitterAlways returns the samevalue.classRandomJitterProvided amaxJittervalue, generates random numbers that are greater than or equal to-maxJitterand less than or equal tomaxJitter.Fields in io.smallrye.faulttolerance.core.retry declared as Jitter Modifier and Type Field Description static JitterJitter. ZEROConstructors in io.smallrye.faulttolerance.core.retry with parameters of type Jitter Constructor Description ConstantBackOff(long delayInMillis, Jitter jitter)ExponentialBackOff(long initialDelayInMillis, int factor, Jitter jitter, long maxDelayInMillis)FibonacciBackOff(long initialDelayInMillis, Jitter jitter, long maxDelayInMillis)
-