Uses of Class
com.couchbase.client.core.retry.BestEffortRetryStrategy
Packages that use BestEffortRetryStrategy
-
Uses of BestEffortRetryStrategy in com.couchbase.client.core.retry
Fields in com.couchbase.client.core.retry declared as BestEffortRetryStrategyModifier and TypeFieldDescriptionstatic final BestEffortRetryStrategy
BestEffortRetryStrategy.INSTANCE
Returns the defaultBestEffortRetryStrategy
instance.Methods in com.couchbase.client.core.retry that return BestEffortRetryStrategyModifier and TypeMethodDescriptionstatic BestEffortRetryStrategy
BestEffortRetryStrategy.withExponentialBackoff
(Duration lower, Duration upper, int factor) Creates a newBestEffortRetryStrategy
with custom exponential backoff boundaries.