Uses of Interface
com.couchbase.client.core.retry.reactor.Backoff
Packages that use Backoff
-
Uses of Backoff in com.couchbase.client.core.retry
Constructors in com.couchbase.client.core.retry with parameters of type BackoffModifierConstructorDescriptionprotected
BestEffortRetryStrategy
(Backoff backoff) Creates a newBestEffortRetryStrategy
with aa customBackoff
. -
Uses of Backoff in com.couchbase.client.core.retry.reactor
Fields in com.couchbase.client.core.retry.reactor declared as BackoffMethods in com.couchbase.client.core.retry.reactor that return BackoffModifier and TypeMethodDescriptionstatic Backoff
Backoff.exponential
(Duration firstBackoff, Duration maxBackoff, int factor, boolean basedOnPreviousValue) Backoff function with exponential backoff delay.static Backoff
Backoff function with fixed backoff delaystatic Backoff
Backoff.zero()
Backoff function with no backoff delayMethods in com.couchbase.client.core.retry.reactor with parameters of type BackoffModifier and TypeMethodDescriptionReturns a repeat function with backoff delay.Returns a retry function with backoff delay.