package

com.netflix.astyanax.retry

Interfaces

RetryPolicy Interface for any retry logic 

Classes

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.