[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 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`."]]],[]]