public class ExponentialBackoffDelay extends Object
Modifier and Type | Field and Description |
---|---|
static float |
INCREASE_RATE |
Constructor and Description |
---|
ExponentialBackoffDelay(int startDelayMsec,
int endDelayMsec) |
Modifier and Type | Method and Description |
---|---|
int |
getNextDelayMsec() |
void |
waitNextDelay() |
public static final float INCREASE_RATE
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.