|
iceberg-cpp
|
This is the complete list of members for iceberg::RetryRunner, including all inherited members.
| OnlyRetryOn(std::initializer_list< ErrorKind > error_kinds) | iceberg::RetryRunner | inline |
| OnlyRetryOn(ErrorKind error_kind) | iceberg::RetryRunner | inline |
| RetryRunner(RetryConfig config={}) | iceberg::RetryRunner | inlineexplicit |
| Run(F &&task, int32_t *attempt_counter=nullptr) -> detail::RetryTaskResult< F > | iceberg::RetryRunner | inline |
| StopRetryOn(std::initializer_list< ErrorKind > error_kinds) | iceberg::RetryRunner | inline |
| StopRetryOn(ErrorKind error_kind) | iceberg::RetryRunner | inline |