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 BestEffortRetryStrategyBestEffortRetryStrategy.INSTANCEReturns the defaultBestEffortRetryStrategyinstance.Methods in com.couchbase.client.core.retry that return BestEffortRetryStrategyModifier and TypeMethodDescriptionstatic BestEffortRetryStrategyBestEffortRetryStrategy.withExponentialBackoff(Duration lower, Duration upper, int factor) Creates a newBestEffortRetryStrategywith custom exponential backoff boundaries.