[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 UTC."],[[["This document outlines the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ client library, detailing its use in managing retries with increasing delays."],["The document provides links to documentation for multiple versions of the library, ranging from version 2.11.0 to the latest release candidate, 2.37.0-rc."],["`ExponentialBackoffPolicy` can be constructed using either default parameters specified by `internal::RPCPolicyParameters` or by providing custom `initial_delay` and `maximum_delay` durations."],["The class includes methods like `clone()` to duplicate the policy, `Setup()` to configure a `grpc::ClientContext`, and `OnCompletion()` to determine the delay after an RPC operation based on its status."],["The `OnCompletion()` function returns a `std::chrono::milliseconds` value, representing the delay before a potential retry of an operation."]]],[]]