[[["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 document outlines the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ library, with version 2.37.0-rc being the latest release."],["The `ExponentialBackoffPolicy` class implements an exponential backoff strategy for retrying RPC operations, with listed links to each version from 2.11.0 to 2.37.0-rc."],["The class provides constructors to customize the `initial_delay` and `maximum_delay` parameters for the exponential backoff."],["Key functions of the class include `clone()`, which creates a copy of the policy, `Setup()`, which updates the `ClientContext` for a new call, and `OnCompletion()`, which determines the delay after an RPC completion."],["`OnCompletion()` has two overloads, one takes a `Status const &` and the other a `grpc::Status const &` each returning a `std::chrono::milliseconds` to dictate the delay."]]],[]]