Namespace google::cloud::memcache_v1 (2.11.0)

Classes

CloudMemcacheClient

Configures and manages Cloud Memorystore for Memcached instances.

CloudMemcacheConnection

The CloudMemcacheConnection object for CloudMemcacheClient.

CloudMemcacheConnectionIdempotencyPolicy

Structs

CloudMemcacheBackoffPolicyOption

Use with google::cloud::Options to configure the backoff policy.

CloudMemcacheConnectionIdempotencyPolicyOption

Use with google::cloud::Options to configure which operations are retried.

CloudMemcachePollingPolicyOption

Use with google::cloud::Options to configure the long-running operations polling policy.

CloudMemcacheRetryPolicyOption

Use with google::cloud::Options to configure the retry policy.

Functions

MakeCloudMemcacheConnection(Options)

A factory function to construct an object of type CloudMemcacheConnection.

The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CloudMemcacheClient.

The optional options argument may be used to configure aspects of the returned CloudMemcacheConnection. Expected options are any of the types in the following option lists:

Parameter
Name Description
options

(optional) Configure the CloudMemcacheConnection created by this function.

Returns
Type Description
std::shared_ptr< CloudMemcacheConnection >

MakeDefaultCloudMemcacheConnectionIdempotencyPolicy()

Returns
Type Description
std::unique_ptr< CloudMemcacheConnectionIdempotencyPolicy >

Type Aliases

CloudMemcacheRetryPolicy

Alias Of: ::google::cloud::internal::TraitBasedRetryPolicy< memcache_v1_internal::CloudMemcacheRetryTraits >

CloudMemcacheLimitedTimeRetryPolicy

Alias Of: ::google::cloud::internal::LimitedTimeRetryPolicy< memcache_v1_internal::CloudMemcacheRetryTraits >

CloudMemcacheLimitedErrorCountRetryPolicy

Alias Of: ::google::cloud::internal::LimitedErrorCountRetryPolicy< memcache_v1_internal::CloudMemcacheRetryTraits >

CloudMemcachePolicyOptionList

Alias Of: OptionList< CloudMemcacheRetryPolicyOption, CloudMemcacheBackoffPolicyOption, CloudMemcachePollingPolicyOption, CloudMemcacheConnectionIdempotencyPolicyOption >

The options applicable to CloudMemcache.