public interface

RetryBackoffStrategy

com.netflix.astyanax.connectionpool.RetryBackoffStrategy
Known Indirect Subclasses

Class Overview

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

Summary

Nested Classes
interface RetryBackoffStrategy.Callback  
interface RetryBackoffStrategy.Instance  
Public Methods
abstract RetryBackoffStrategy.Instance createInstance()
Create an instance of the strategy for a single host

Public Methods

public abstract RetryBackoffStrategy.Instance createInstance ()

Create an instance of the strategy for a single host