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

#include <couchbase/cluster_options.hxx>

Classes

struct  built
 

Public Member Functions

 cluster_options (std::string username, std::string password)
 
 cluster_options (password_authenticator authenticator)
 
 cluster_options (certificate_authenticator authenticator)
 
void apply_profile (const std::string &profile_name)
 Apply settings profile by name.
 
auto compression () -> compression_options &
 Returns compression options.
 
auto timeouts () -> timeout_options &
 Returns various timeout options.
 
auto dns () -> dns_options &
 Returns options for DNS-SRV bootstrap.
 
auto security () -> security_options &
 Returns security options (including TLS)
 
auto network () -> network_options &
 Returns network options.
 
auto metrics () -> metrics_options &
 Returns metrics and observability options.
 
auto tracing () -> tracing_options &
 Returns tracing options.
 
auto behavior () -> behavior_options &
 Returns misc options that affects cluster behavior.
 
auto transactions () -> transactions::transactions_config &
 Returns the transactions options which effect the transactions behavior.
 
auto default_retry_strategy (std::shared_ptr< retry_strategy > strategy) -> cluster_options &
 Override default retry strategy.
 
auto build () const -> built
 

Detailed Description

Constructor & Destructor Documentation

◆ cluster_options() [1/3]

cluster_options ( std::string username,
std::string password )
inline
Parameters
username
password
Since
1.0.0
Committed
Generally available API and should be preferred in production

◆ cluster_options() [2/3]

cluster_options ( password_authenticator authenticator)
inlineexplicit
Parameters
authenticator
Since
1.0.0
Committed
Generally available API and should be preferred in production

◆ cluster_options() [3/3]

cluster_options ( certificate_authenticator authenticator)
inlineexplicit
Parameters
authenticator
Since
1.0.0
Committed
Generally available API and should be preferred in production

Member Function Documentation

◆ apply_profile()

void apply_profile ( const std::string & profile_name)
inline

Apply settings profile by name.

At the moment the only one profile is defined: "wan_development".

Parameters
profile_namename of the registered profile
See also
configuration_profile_registry
wan_development_configuration_profile
Since
1.0.0
Volatile
Should not be used in production

◆ behavior()

auto behavior ( ) -> behavior_options&
inline

Returns misc options that affects cluster behavior.

Returns
misc options.
Since
1.0.0
Volatile
Should not be used in production

◆ build()

auto build ( ) const -> built
inline

◆ compression()

auto compression ( ) -> compression_options&
inline

Returns compression options.

Returns
compression options
Since
1.0.0
Committed
Generally available API and should be preferred in production

◆ default_retry_strategy()

auto default_retry_strategy ( std::shared_ptr< retry_strategy > strategy) -> cluster_options&
inline

Override default retry strategy.

Returns
cluster options object for chaining
Since
1.0.0
Committed
Generally available API and should be preferred in production

◆ dns()

auto dns ( ) -> dns_options&
inline

Returns options for DNS-SRV bootstrap.

Returns
DNS options
Since
1.0.0
Committed
Generally available API and should be preferred in production

◆ metrics()

auto metrics ( ) -> metrics_options&
inline

Returns metrics and observability options.

Returns
metrics options
Since
1.0.0
Committed
Generally available API and should be preferred in production

◆ network()

auto network ( ) -> network_options&
inline

Returns network options.

Returns
network options
Since
1.0.0
Committed
Generally available API and should be preferred in production

◆ security()

auto security ( ) -> security_options&
inline

Returns security options (including TLS)

Returns
security options
Since
1.0.0
Committed
Generally available API and should be preferred in production

◆ timeouts()

auto timeouts ( ) -> timeout_options&
inline

Returns various timeout options.

Returns
timeout options
Since
1.0.0
Committed
Generally available API and should be preferred in production

◆ tracing()

auto tracing ( ) -> tracing_options&
inline

Returns tracing options.

Returns
tracing options
Since
1.0.0
Committed
Generally available API and should be preferred in production

◆ transactions()

auto transactions ( ) -> transactions::transactions_config&
inline

Returns the transactions options which effect the transactions behavior.

Returns
transactions configuration.
Since
1.0.0
Committed
Generally available API and should be preferred in production

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