Interface | Description |
---|---|
RetryStrategy |
Base interface for all
RetryStrategy implementations. |
Class | Description |
---|---|
BestEffortRetryStrategy |
A
RetryStrategy that will retry until the max request lifetime is reached. |
FailFastRetryStrategy |
A
RetryStrategy that will never retry and cancel right away. |
RetryHelper |
A helper class which contains methods related to retrying operations.
|
Copyright © 2017 Couchbase, Inc.. All rights reserved.