| 程序包 | 说明 |
|---|---|
| org.apache.ratis.retry |
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RetryPolicies.RetryLimited
For any requests, keep retrying a limited number of attempts with a fixed sleep time between attempts.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static RetryPolicies.RetryForeverWithSleep |
RetryPolicies.retryForeverWithSleep(TimeDuration sleepTime)
For any requests, keep retrying forever with a fixed sleep time between attempts.
|
Copyright © 2017–2023 The Apache Software Foundation. All rights reserved.