Class LinearBackoffComputer
java.lang.Object
com.evolveum.midpoint.util.backoff.RetryLimitedBackoffComputer
com.evolveum.midpoint.util.backoff.LinearBackoffComputer
- All Implemented Interfaces:
BackoffComputer
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.util.backoff.BackoffComputer
BackoffComputer.NoMoreRetriesException
-
Constructor Summary
-
Method Summary
Methods inherited from class com.evolveum.midpoint.util.backoff.RetryLimitedBackoffComputer
computeDelay, getMaxRetries
-
Constructor Details
-
LinearBackoffComputer
public LinearBackoffComputer(int maxRetries, long delayInterval)
-
-
Method Details
-
computeDelayWithinLimits
public long computeDelayWithinLimits(int retryNumber) - Specified by:
computeDelayWithinLimits
in classRetryLimitedBackoffComputer
-