| Package | Description |
|---|---|
| org.apache.ratis.retry |
| Modifier and Type | Class and Description |
|---|---|
static class |
RetryPolicies.RetryLimited
For any requests, keep retrying a limited number of attempts with a fixed sleep time between attempts.
|
| Modifier and Type | Method and Description |
|---|---|
static RetryPolicies.RetryForeverWithSleep |
RetryPolicies.retryForeverWithSleep(TimeDuration sleepTime)
For any requests, keep retrying forever with a fixed sleep time between attempts.
|
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.