|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.astyanax.connectionpool.impl.FixedRetryBackoffStrategy
public class FixedRetryBackoffStrategy
Impl for RetryBackoffStrategy that is used to reconnect a HostConnectionPool when a host is marked as down.
SimpleHostConnectionPool#markAsDown(com.netflix.astyanax.connectionpool.exceptions.ConnectionException)} for details on how this class
could be referenced (if needed)| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.netflix.astyanax.connectionpool.RetryBackoffStrategy |
|---|
RetryBackoffStrategy.Callback, RetryBackoffStrategy.Instance |
| Constructor Summary | |
|---|---|
FixedRetryBackoffStrategy(int interval,
int suspendTime)
|
|
| Method Summary | |
|---|---|
RetryBackoffStrategy.Instance |
createInstance()
Create an instance of the strategy for a single host |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FixedRetryBackoffStrategy(int interval,
int suspendTime)
| Method Detail |
|---|
public RetryBackoffStrategy.Instance createInstance()
RetryBackoffStrategy
createInstance in interface RetryBackoffStrategy
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||