public class BackoffLimitedRetryHandler
extends java.lang.Object
Copied and modified from jclouds; original author was James Murty
Constructor and Description |
---|
BackoffLimitedRetryHandler() |
BackoffLimitedRetryHandler(int retryCountLimit,
long delayStart) |
Modifier and Type | Method and Description |
---|---|
void |
imposeBackoffExponentialDelay(int failureCount,
java.lang.String commandDescription) |
void |
imposeBackoffExponentialDelay(long period,
int pow,
int failureCount,
int max,
java.lang.String commandDescription) |
void |
imposeBackoffExponentialDelay(long period,
long maxPeriod,
int pow,
int failureCount,
int max,
java.lang.String commandDescription) |
public BackoffLimitedRetryHandler()
public BackoffLimitedRetryHandler(int retryCountLimit, long delayStart)
public void imposeBackoffExponentialDelay(int failureCount, java.lang.String commandDescription)
public void imposeBackoffExponentialDelay(long period, int pow, int failureCount, int max, java.lang.String commandDescription)
public void imposeBackoffExponentialDelay(long period, long maxPeriod, int pow, int failureCount, int max, java.lang.String commandDescription)