[[["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 webpage provides documentation for the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ client library, offering a range of versions from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `ExponentialBackoffPolicy` class implements an exponential backoff algorithm, which is a strategy for retrying operations with increasing delays between attempts to help prevent overwhelming a service."],["The class has multiple constructors, allowing the user to create an instance of the class with default parameters, or with a custom `initial_delay` and `maximum_delay`."],["The `ExponentialBackoffPolicy` class includes several functions such as `clone()`, which returns a new copy of the object, `Setup()`, which allows to update the `ClientContext` for the next call, and `OnCompletion()`, which determines the delay after an RPC operation."],["There are multiple overloads of the `OnCompletion` function that take either a `Status const &` or `grpc::Status const &` as a parameter, and they all return a `std::chrono::milliseconds`."]]],[]]