Class ExponentialBackoffComputer
java.lang.Object
com.evolveum.midpoint.util.backoff.RetryLimitedBackoffComputer
com.evolveum.midpoint.util.backoff.ExponentialBackoffComputer
- All Implemented Interfaces:
- BackoffComputer
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.evolveum.midpoint.util.backoff.BackoffComputerBackoffComputer.NoMoreRetriesException
- 
Constructor SummaryConstructorsConstructorDescriptionExponentialBackoffComputer(int maxRetries, long baseDelayInterval, int exponentialThreshold, Long delayIntervalLimit) 
- 
Method SummaryMethods inherited from class com.evolveum.midpoint.util.backoff.RetryLimitedBackoffComputercomputeDelay, getMaxRetries
- 
Constructor Details- 
ExponentialBackoffComputerpublic ExponentialBackoffComputer(int maxRetries, long baseDelayInterval, int exponentialThreshold, Long delayIntervalLimit) 
 
- 
- 
Method Details- 
computeDelayWithinLimitspublic long computeDelayWithinLimits(int retryNumber) - Specified by:
- computeDelayWithinLimitsin class- RetryLimitedBackoffComputer
 
 
-