Uses of Class
org.redisson.api.LockOptions.ExponentialBackOff
-
Packages that use LockOptions.ExponentialBackOff Package Description org.redisson.api -
-
Uses of LockOptions.ExponentialBackOff in org.redisson.api
Methods in org.redisson.api that return LockOptions.ExponentialBackOff Modifier and Type Method Description LockOptions.ExponentialBackOff
LockOptions.ExponentialBackOff. initialDelay(long initialDelay)
Sets initial back off delay.LockOptions.ExponentialBackOff
LockOptions.ExponentialBackOff. maxDelay(long maxDelay)
Sets max back off delay.LockOptions.ExponentialBackOff
LockOptions.ExponentialBackOff. multiplier(int multiplier)
Sets back off delay multiplier.
-