RandomizedBackoff class
A base class for randomized backoff strategies
- Implementers
Constructors
- RandomizedBackoff.new(Duration min, Duration max, Random rng)
Properties
Methods
-
boundedDelay(
Duration duration) → Duration -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited