[[["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-05 UTC."],[[["The webpage provides documentation for the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ library, with links to various versioned documentation pages, ranging from the latest release candidate (2.37.0-rc) down to version 2.11.0."],["The `ExponentialBackoffPolicy` class is designed to implement a simple exponential backoff mechanism, which is useful for retrying operations that might temporarily fail."],["There are two constructors for `ExponentialBackoffPolicy`, one taking `internal::RPCPolicyParameters` and the other taking `initial_delay` and `maximum_delay` as `std::chrono::duration` types."],["The class has functions, including `clone()`, `Setup(grpc::ClientContext &)`, and `OnCompletion(Status const &)` or `OnCompletion(grpc::Status const &)`, to manage the backoff process, by generating a copy of the object, updating the context for a call, and returning the delay for an operation respectively."],["The webpage also provides a description of the `OnCompletion()` function, where it will return a `std::chrono::milliseconds`."]]],[]]