| Interface | Description |
|---|---|
| BackOff |
Back-off policy when retrying an operation.
|
| ExponentialBackOff.NanoClock |
Nano clock which can be used to measure elapsed time in nanoseconds.
|
| Class | Description |
|---|---|
| ExponentialBackOff |
Implementation of
BackOff that increases the back off period for each retry attempt using
a randomization function that grows exponentially. |
| ExponentialBackOff.Builder |
Builder for
ExponentialBackOff. |