| Package | Description |
|---|---|
| tech.ydb.common.retry |
| Modifier and Type | Method and Description |
|---|---|
RetryNTimes |
RetryNTimes.withBackoffCeiling(int ceiling)
Create new retry policy with specified backoff ceiling
|
RetryNTimes |
RetryNTimes.withBackoffMs(long ms)
Create new retry policy with specified backoff duration
|
RetryNTimes |
RetryNTimes.withMaxRetries(int maxRetries)
Create new retry policy with specified max retries count
|
Copyright © 2024. All rights reserved.