| Package | Description |
|---|---|
| org.apache.bookkeeper.common.util |
Util functions used across the project.
|
| Modifier and Type | Method and 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) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.