Interface | Description |
---|---|
RetryStrategy |
Class | Description |
---|---|
BestEffortRetryStrategy |
Retries operations on a best-effort basis until they time out.
|
FailFastRetryStrategy |
An internal strategy to fail fast any request that goes through it.
|
RetryAction |
The
RetryAction describes how and when a request should be retried. |
RetryOrchestrator |
The
RetryOrchestrator is responsible for checking if a request is eligible for retry
and if so dispatch it properly and update state. |
Enum | Description |
---|---|
RetryReason |
Provides more insight into why an operation has been retried.
|
Copyright © 2021 Couchbase, Inc.. All rights reserved.