Package org.apache.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
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.