| Package | Description |
|---|---|
| com.volcengine | |
| com.volcengine.retryer |
| Modifier and Type | Method and Description |
|---|---|
BackoffStrategy |
ApiClient.getBackoffStrategy() |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
ApiClient.setBackoffStrategy(BackoffStrategy backoffStrategy) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExponentialBackoffStrategy
A backoff strategy that increases the delay exponentially with each retry.
|
class |
ExponentialWithRandomJitterBackoffStrategy
An exponential backoff strategy with random jitter.
|
class |
NoBackoffStrategy
A backoff strategy that implements no delay between retries.
|
| Modifier and Type | Field and Description |
|---|---|
static BackoffStrategy |
DefaultRetryerSetting.DEFAULT_BACKOFF_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
BackoffStrategy |
Retryer.getBackoffStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
Retryer.setBackoffStrategy(BackoffStrategy backoffStrategy) |
| Constructor and Description |
|---|
Retryer(int maxRetries,
BackoffStrategy backoffStrategy,
RetryCondition retryCondition) |
Copyright © 2025. All rights reserved.