[[["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-21 UTC."],[[["This page details the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ client library, offering various versions of the class ranging from 2.11.0 to the latest release candidate 2.37.0-rc."],["The `ExponentialBackoffPolicy` class implements an exponential backoff algorithm, which is used to manage retries when operations fail."],["This class offers two constructors: one to accept `internal::RPCPolicyParameters`, and another to customize the `initial_delay` and `maximum_delay` of the backoff."],["The class includes virtual functions like `clone()`, `Setup()`, and `OnCompletion()` that allow you to manage backoff logic, update the client context, and receive the appropriate delay time based on operation results."],["The `OnCompletion()` functions have been overloaded to handle `Status const &` or `grpc::Status const &`, or no arguments."]]],[]]