#include <backoff.h>
◆ initial_backoff()
grpc_millis grpc_core::BackOff::Options::initial_backoff |
( |
| ) |
const |
|
inline |
how long to wait after the first failure before retrying
◆ jitter()
double grpc_core::BackOff::Options::jitter |
( |
| ) |
const |
|
inline |
amount to randomize backoffs
◆ max_backoff()
grpc_millis grpc_core::BackOff::Options::max_backoff |
( |
| ) |
const |
|
inline |
maximum time between retries
◆ multiplier()
double grpc_core::BackOff::Options::multiplier |
( |
| ) |
const |
|
inline |
factor with which to multiply backoff after a failed retry
◆ set_initial_backoff()
◆ set_jitter()
Options& grpc_core::BackOff::Options::set_jitter |
( |
double |
jitter | ) |
|
|
inline |
◆ set_max_backoff()
◆ set_multiplier()
Options& grpc_core::BackOff::Options::set_multiplier |
( |
double |
multiplier | ) |
|
|
inline |
The documentation for this class was generated from the following file: