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.ExponentialBackOffLockOptions.ExponentialBackOff. initialDelay(long initialDelay)Sets initial back off delay.LockOptions.ExponentialBackOffLockOptions.ExponentialBackOff. maxDelay(long maxDelay)Sets max back off delay.LockOptions.ExponentialBackOffLockOptions.ExponentialBackOff. multiplier(int multiplier)Sets back off delay multiplier.
-