static Duration FromSecondsAsDouble(double seconds)
Timestamp NextAttemptTime()
Returns the time at which the next attempt should start.
BackOff(const Options &options)
Initialize backoff machinery - does not need to be destroyed.
Duration initial_backoff() const
how long to wait after the first failure before retrying
DebugStringOptions options_
Duration current_backoff_
current delay before retries
double multiplier() const
factor with which to multiply backoff after a failed retry
double jitter() const
amount to randomize backoffs
Duration max_backoff() const
maximum time between retries
absl::enable_if_t<!std::is_same< R, void >::value, R > Uniform(TagType tag, URBG &&urbg, R lo, R hi)
grpc
Author(s):
autogenerated on Thu Mar 13 2025 02:58:35