public static class BoundedRandomExponentialBackoff.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
BoundedRandomExponentialBackoff |
build() |
BoundedRandomExponentialBackoff.Builder |
setMaxInterval(long maxInterval,
TimeUnit timeUnit) |
BoundedRandomExponentialBackoff.Builder |
setMaxIntervalMillis(long maxIntervalMillis) |
BoundedRandomExponentialBackoff.Builder |
setMinInterval(long minInterval,
TimeUnit timeUnit) |
BoundedRandomExponentialBackoff.Builder |
setMinIntervalMillis(long minIntervalMillis) |
BoundedRandomExponentialBackoff.Builder |
setRandomizationFactor(float randomizationFactor) |
public BoundedRandomExponentialBackoff.Builder setMinInterval(long minInterval, TimeUnit timeUnit)
public BoundedRandomExponentialBackoff.Builder setMaxInterval(long maxInterval, TimeUnit timeUnit)
public BoundedRandomExponentialBackoff.Builder setMinIntervalMillis(long minIntervalMillis)
public BoundedRandomExponentialBackoff.Builder setMaxIntervalMillis(long maxIntervalMillis)
public BoundedRandomExponentialBackoff.Builder setRandomizationFactor(float randomizationFactor)
public BoundedRandomExponentialBackoff build()
Copyright © 2017. All rights reserved.