Module google_cloud_bigquery::query
source · Modules§
Structs§
- Retry struct generated by [
Retryable]. - ConstantBackoff provides backoff with constant delay and limited times.
- ConstantBuilder is used to build
ConstantBackoff - Exponential backoff implementation.
- ExponentialBuilder is used to build a
ExponentialBackoff - Fibonacci backoff implementation.
- FibonacciBuilder is used to build a
FibonacciBackoff - Retry struct generated by
Retryable.
Enums§
Traits§
- BackoffBuilder is used to build a new backoff.
- BlockingRetryable will add retry support for functions.
- BlockingRetryableWithContext will add retry support for functions.
- Retryable will add retry support for functions that produces a futures with results.
- RetryableWithContext will add retry support for functions that produces a futures with results and context.