Uses of Interface
com.couchbase.client.core.retry.reactor.Backoff
Packages that use Backoff
Package
Description
This package consists of code borrowed from an old version of the optional
`reactor-extra` library.
-
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 TypeMethodDescriptionDeprecated.Returns a repeat function with backoff delay.Deprecated.Returns a retry function with backoff delay.