Create instances of org.apache.curator.RetryPolicy implementations.
See http://curator.apache.org/apidocs/org/apache/curator/retry/package-summary.html
Create instances of org.apache.curator.RetryPolicy implementations. See http://curator.apache.org/apidocs/org/apache/curator/retry/package-summary.html
(bounded-exponential-backoff-retry base-sleep-time-ms max-sleep-ms max-tries)
Retry policy that retries a set number of times with an increasing (up to a maximum bound) sleep time between retries.
Retry policy that retries a set number of times with an increasing (up to a maximum bound) sleep time between retries.
(exponential-backoff-retry base-sleep-time-ms max-retries)
(exponential-backoff-retry base-sleep-time-ms max-retries max-sleep-ms)
Retry policy that retries a set number of times with increasing sleep time between retries.
Retry policy that retries a set number of times with increasing sleep time between retries.
(retry-forever retry-interval-ms)
RetryPolicy implementation that always allowsRetry.
RetryPolicy implementation that always allowsRetry.
(retry-n-times n sleep-ms-between-retry)
Retry policy that retries a max number of times.
Retry policy that retries a max number of times.
(retry-one-time sleep-ms-between-retry)
A retry policy that retries only once.
A retry policy that retries only once.
(retry-until-elapsed max-elapsed-times-ms sleep-ms-between-retry)
A retry policy that retries until a given amount of time elapses.
A retry policy that retries until a given amount of time elapses.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close