public abstract class RandomBackoff extends BackoffWrapper
target| Modifier | Constructor and Description |
|---|---|
protected |
RandomBackoff(Backoff target) |
protected |
RandomBackoff(Backoff target,
Random randomSource) |
| Modifier and Type | Method and Description |
|---|---|
long |
delayMillis(RetryContext context) |
protected Random |
random() |
protected RandomBackoff(Backoff target)
public long delayMillis(RetryContext context)
protected Random random()
Copyright © 2014. All rights reserved.