public class ProportionalRandomBackoff extends RandomBackoff
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_MULTIPLIER
Randomly up to +/- 10%
|
target| Constructor and Description |
|---|
ProportionalRandomBackoff(Backoff target) |
ProportionalRandomBackoff(Backoff target,
double multiplier) |
ProportionalRandomBackoff(Backoff target,
double multiplier,
Random random) |
ProportionalRandomBackoff(Backoff target,
Random random) |
public static final double DEFAULT_MULTIPLIER
Copyright © 2014. All rights reserved.