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 BackoffModifierConstructorDescriptionprotectedBestEffortRetryStrategy(Backoff backoff) Creates a newBestEffortRetryStrategywith 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 BackoffBackoff.exponential(Duration firstBackoff, Duration maxBackoff, int factor, boolean basedOnPreviousValue) Backoff function with exponential backoff delay.static BackoffBackoff function with fixed backoff delaystatic BackoffBackoff.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.