com.netflix.astyanax.connectionpool
Interface RetryBackoffStrategy

All Known Implementing Classes:
ExponentialRetryBackoffStrategy, FixedRetryBackoffStrategy

public interface RetryBackoffStrategy

Strategy used to calculate how much to back off for each subsequent attempt to reconnect to a downed host

Author:
elandau

Nested Class Summary
static interface RetryBackoffStrategy.Callback
           
static interface RetryBackoffStrategy.Instance
           
 
Method Summary
 RetryBackoffStrategy.Instance createInstance()
          Create an instance of the strategy for a single host
 

Method Detail

createInstance

RetryBackoffStrategy.Instance createInstance()
Create an instance of the strategy for a single host

Returns:


Copyright © 2012. All Rights Reserved.