static class ExponentialRandomBackOffPolicy.ExponentialRandomBackOffContext extends ExponentialBackOffPolicy.ExponentialBackOffContext
| Modifier and Type | Field and Description |
|---|---|
private java.util.Random |
r |
| Constructor and Description |
|---|
ExponentialRandomBackOffContext(long expSeed,
double multiplier,
long maxInterval) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSleepAndIncrement() |
getInterval, getMaxInterval, getMultiplier, getNextIntervalpublic ExponentialRandomBackOffContext(long expSeed,
double multiplier,
long maxInterval)
public long getSleepAndIncrement()
getSleepAndIncrement in class ExponentialBackOffPolicy.ExponentialBackOffContext