Package org.apache.curator.retry
-
Class Summary Class Description BoundedExponentialBackoffRetry Retry policy that retries a set number of times with an increasing (up to a maximum bound) sleep time between retriesExponentialBackoffRetry Retry policy that retries a set number of times with increasing sleep time between retriesRetryForever RetryPolicy
implementation that always allowsRetry.RetryNTimes Retry policy that retries a max number of timesRetryOneTime A retry policy that retries only onceRetryUntilElapsed A retry policy that retries until a given amount of time elapses