Uses of Class
org.apache.bookkeeper.common.util.Backoff.Exponential
Packages that use Backoff.Exponential
Package
Description
defines the utilities for allocator used across the project.
-
Uses of Backoff.Exponential in org.apache.bookkeeper.common.util
Methods in org.apache.bookkeeper.common.util that return Backoff.ExponentialModifier and TypeMethodDescriptionstatic Backoff.ExponentialBackoff.Exponential.of(long startMs, long maxMs, int multiplier) Create an infinite exponential backoff policy.static Backoff.ExponentialBackoff.Exponential.of(long startMs, long maxMs, int multiplier, int limit)