Uses of Class
org.apache.bookkeeper.common.util.Backoff.Constant
-
Packages that use Backoff.Constant Package Description org.apache.bookkeeper.common.util defines the utilities for allocator used across the project. -
-
Uses of Backoff.Constant in org.apache.bookkeeper.common.util
Methods in org.apache.bookkeeper.common.util that return Backoff.Constant Modifier and Type Method Description static Backoff.Constant
Backoff.Constant. of(long ms)
Create infinite constant backoff stream.static Backoff.Constant
Backoff.Constant. of(long ms, long limit)
-