Uses of Class
org.apache.curator.retry.ExponentialBackoffRetry
-
Packages that use ExponentialBackoffRetry Package Description org.apache.curator.retry -
-
Uses of ExponentialBackoffRetry in org.apache.curator.retry
Subclasses of ExponentialBackoffRetry in org.apache.curator.retry Modifier and Type Class Description classBoundedExponentialBackoffRetryRetry policy that retries a set number of times with an increasing (up to a maximum bound) sleep time between retries
-