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 |
Returns | |
---|---|
Type | Description |
std::shared_ptr< CloudMemcacheConnection > |
MakeDefaultCloudMemcacheConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< CloudMemcacheConnectionIdempotencyPolicy > |
Type Aliases
CloudMemcacheRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< memcache_v1_internal::CloudMemcacheRetryTraits >
CloudMemcacheLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< memcache_v1_internal::CloudMemcacheRetryTraits >
CloudMemcacheLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< memcache_v1_internal::CloudMemcacheRetryTraits >
CloudMemcachePolicyOptionList
OptionList< CloudMemcacheRetryPolicyOption, CloudMemcacheBackoffPolicyOption, CloudMemcachePollingPolicyOption, CloudMemcacheConnectionIdempotencyPolicyOption >
The options applicable to CloudMemcache.