| Package | Description |
|---|---|
| org.apache.bookkeeper.common.util |
Util functions used across the project.
|
| Modifier and Type | Method and Description |
|---|---|
Backoff.Jitter.Type |
Backoff.Jitter.getType() |
static Backoff.Jitter.Type |
Backoff.Jitter.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Backoff.Jitter.Type[] |
Backoff.Jitter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Backoff.Jitter |
Backoff.Jitter.of(Backoff.Jitter.Type type,
long startMs,
long maxMs)
Create infinite jittered backoff stream.
|
static Backoff.Jitter |
Backoff.Jitter.of(Backoff.Jitter.Type type,
long startMs,
long maxMs,
long limit) |
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.