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