Uses of Class
org.apache.bookkeeper.common.util.Backoff.Constant
Packages that use Backoff.Constant
Package
Description
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.ConstantModifier and TypeMethodDescriptionstatic Backoff.ConstantBackoff.Constant.of(long ms) Create infinite constant backoff stream.static Backoff.ConstantBackoff.Constant.of(long ms, long limit)