Classes
MemorystoreClient
Service describing handlers for resources.
MemorystoreConnection
The MemorystoreConnection object for MemorystoreClient.
MemorystoreConnectionIdempotencyPolicy
MemorystoreLimitedErrorCountRetryPolicy
A retry policy for MemorystoreConnection based on counting errors.
MemorystoreLimitedTimeRetryPolicy
A retry policy for MemorystoreConnection based on elapsed time.
MemorystoreRetryPolicy
The retry policy for MemorystoreConnection.
Structs
MemorystoreBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
MemorystoreConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
MemorystorePollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
MemorystoreRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeMemorystoreConnection(Options)
A factory function to construct an object of type MemorystoreConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of MemorystoreClient.
The optional options argument may be used to configure aspects of the returned MemorystoreConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< MemorystoreConnection > |
|
MakeDefaultMemorystoreConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< MemorystoreConnectionIdempotencyPolicy > |
|