Classes
LustreClient
Service describing handlers for resources.
LustreConnection
The LustreConnection
object for LustreClient
.
LustreConnectionIdempotencyPolicy
LustreLimitedErrorCountRetryPolicy
A retry policy for LustreConnection
based on counting errors.
LustreLimitedTimeRetryPolicy
A retry policy for LustreConnection
based on elapsed time.
LustreRetryPolicy
The retry policy for LustreConnection
.
Structs
LustreBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
LustreConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
LustrePollingPolicyOption
Use with google::cloud::Options
to configure the long-running operations polling policy.
LustreRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeLustreConnection(Options)
A factory function to construct an object of type LustreConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of LustreClient.
The optional options
argument may be used to configure aspects of the returned LustreConnection
. 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< LustreConnection > |
MakeDefaultLustreConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< LustreConnectionIdempotencyPolicy > |