Class ExponentialBackoffDelay
java.lang.Object
org.apache.sling.testing.teleporter.client.ExponentialBackoffDelay
Wait with exponential backoff, for retries
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
INCREASE_RATE
public static final float INCREASE_RATE- See Also:
-
-
Constructor Details
-
ExponentialBackoffDelay
public ExponentialBackoffDelay(int startDelayMsec, int endDelayMsec)
-
-
Method Details
-
getNextDelayMsec
public int getNextDelayMsec() -
waitNextDelay
public void waitNextDelay()
-