[[["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."],[[["The webpage provides documentation for the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ library, spanning versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `ExponentialBackoffPolicy` class allows for the implementation of a retry mechanism that increases the delay between attempts exponentially, with two different constructors being provided depending on the type of the parameters that will be given."],["The class's functions include `clone()`, which creates a new copy of the current policy, `Setup()`, which updates the `ClientContext` for the following call, and `OnCompletion()`, which provides the delay after an RPC operation is finished."],["There are multiple version of the OnCompletion function depending on what the status is given as parameter, either `Status const &`, or `grpc::Status const &`, or no parameters."],["The documentation includes descriptions of the parameters and return types for the constructors and functions of the `ExponentialBackoffPolicy` class, such as the `initial_delay`, `maximum_delay`, and status parameters, providing what type they are and what they represent."]]],[]]