Liking cljdoc? Tell your friends :D

curator.retry-policy

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
raw docstring

bounded-exponential-backoff-retryclj

(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.
sourceraw docstring

exponential-backoff-retryclj

(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.
sourceraw docstring

retry-foreverclj

(retry-forever retry-interval-ms)

RetryPolicy implementation that always allowsRetry.

RetryPolicy implementation that always allowsRetry.
sourceraw docstring

retry-n-timesclj

(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.
sourceraw docstring

retry-one-timeclj

(retry-one-time sleep-ms-between-retry)

A retry policy that retries only once.

A retry policy that retries only once.
sourceraw docstring

retry-until-elapsedclj

(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.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close