Uses of Class
com.couchbase.client.core.retry.BestEffortRetryStrategy
-
Uses of BestEffortRetryStrategy in com.couchbase.client.core.retry
Modifier and TypeFieldDescriptionstatic final BestEffortRetryStrategy
BestEffortRetryStrategy.INSTANCE
Returns the defaultBestEffortRetryStrategy
instance.Modifier and TypeMethodDescriptionstatic BestEffortRetryStrategy
BestEffortRetryStrategy.withExponentialBackoff
(Duration lower, Duration upper, int factor) Creates a newBestEffortRetryStrategy
with custom exponential backoff boundaries.