Package com.netflix.curator.retry

Class Summary
BoundedExponentialBackoffRetry Retry policy that retries a set number of times with an increasing (up to a maximum bound) sleep time between retries
ExponentialBackoffRetry Retry policy that retries a set number of times with increasing sleep time between retries
RetryNTimes Retry policy that retries a max number of times
RetryOneTime A retry policy that retries only once
RetryUntilElapsed A retry policy that retries until a given amount of time elapses