public static interface

RetryBackoffStrategy.Instance

com.netflix.astyanax.connectionpool.RetryBackoffStrategy.Instance

Summary

Public Methods
abstract void begin()
Start the reconnect process
abstract int getAttemptCount()
abstract long getNextDelay()
Return the next backoff delay in the strategy
abstract void success()
Called when a connection was established successfully
abstract void suspend()
Suspend the host for being bad (i.e.

Public Methods

public abstract void begin ()

Start the reconnect process

public abstract int getAttemptCount ()

public abstract long getNextDelay ()

Return the next backoff delay in the strategy

public abstract void success ()

Called when a connection was established successfully

public abstract void suspend ()

Suspend the host for being bad (i.e. timing out too much)