Uses of Class
org.apache.bookkeeper.common.util.Backoff.Exponential
-
Packages that use Backoff.Exponential Package Description org.apache.bookkeeper.common.util 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.Exponential Modifier and Type Method Description static Backoff.Exponential
Backoff.Exponential. of(long startMs, long maxMs, int multiplier)
Create an infinite exponential backoff policy.static Backoff.Exponential
Backoff.Exponential. of(long startMs, long maxMs, int multiplier, int limit)
-