Couchbase C++ SDK 1.0.1 (rev. 58d46d7)
Loading...
Searching...
No Matches
best_effort_retry_strategy Class Reference

#include <couchbase/best_effort_retry_strategy.hxx>

Inheritance diagram for best_effort_retry_strategy:
Inheritance graph

Public Member Functions

 best_effort_retry_strategy (backoff_calculator calculator)
 
 ~best_effort_retry_strategy () override=default
 
auto retry_after (const retry_request &request, retry_reason reason) -> retry_action override
 
auto to_string () const -> std::string override
 
- Public Member Functions inherited from retry_strategy
virtual ~retry_strategy ()=default
 

Detailed Description

Constructor & Destructor Documentation

◆ best_effort_retry_strategy()

◆ ~best_effort_retry_strategy()

~best_effort_retry_strategy ( )
overridedefault

Member Function Documentation

◆ retry_after()

auto retry_after ( const retry_request & request,
retry_reason reason ) -> retry_action
overridevirtual

Implements retry_strategy.

Examples
distributed_mutex.cxx.

◆ to_string()

auto to_string ( ) const -> std::string
overridevirtual

Implements retry_strategy.


The documentation for this class was generated from the following file: