Package com.netflix.astyanax.retry

Interface Summary
RetryPolicy Interface for any retry logic
 

Class Summary
BoundedExponentialBackoff Bounded exponential backoff that will wait for no more than a provided max amount of time.
ConstantBackoff  
ExponentialBackoff Unbounded exponential backoff will sleep a random number of intervals within an exponentially increasing number of intervals.
RetryNTimes  
RunOnce  
SleepingRetryPolicy Base sleeping retry policy with optional count limit.
 



Copyright © 2012. All Rights Reserved.