Class ExponentialBackoffDelay
- java.lang.Object
-
- org.apache.sling.testing.teleporter.client.ExponentialBackoffDelay
-
public class ExponentialBackoffDelay extends Object
Wait with exponential backoff, for retries
-
-
Field Summary
Fields Modifier and Type Field Description static float
INCREASE_RATE
-
Constructor Summary
Constructors Constructor Description ExponentialBackoffDelay(int startDelayMsec, int endDelayMsec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNextDelayMsec()
void
waitNextDelay()
-
-
-
Field Detail
-
INCREASE_RATE
public static final float INCREASE_RATE
- See Also:
- Constant Field Values
-
-