static class ExponentialBackOffPolicy.ExponentialBackOffContext extends java.lang.Object implements BackOffContext
| Modifier and Type | Field and Description |
|---|---|
private long |
interval |
private long |
maxInterval |
private double |
multiplier |
| Constructor and Description |
|---|
ExponentialBackOffContext(long expSeed,
double multiplier,
long maxInterval) |
| Modifier and Type | Method and Description |
|---|---|
long |
getInterval() |
long |
getMaxInterval() |
double |
getMultiplier() |
protected long |
getNextInterval() |
long |
getSleepAndIncrement() |