[[["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 webpage provides documentation for the `ExponentialBackoffPolicy` class within the Google Cloud Bigtable C++ library, covering versions from 2.11.0 up to the latest release candidate 2.37.0-rc."],["The `ExponentialBackoffPolicy` class implements a simple exponential backoff mechanism, used to manage delays between retries of failed RPC operations."],["There are two constructors available for the `ExponentialBackoffPolicy`, allowing users to provide `internal::RPCPolicyParameters` or to define custom `initial_delay` and `maximum_delay` values."],["Key functions include `clone()` for creating copies of the policy, `Setup()` to update the `grpc::ClientContext`, and `OnCompletion()` to determine the delay after an RPC operation based on its `Status`."],["The `OnCompletion()` function returns the amount of time, in milliseconds, to delay before attempting the next operation."]]],[]]