| Class | Description |
|---|---|
| BoundedExponentialBackoffRetry |
Retry policy that retries a set number of times with an increasing (up to a maximum bound) sleep time between retries
|
| ExponentialBackoffRetry |
Retry policy that retries a set number of times with increasing sleep time between retries
|
| RetryForever |
RetryPolicy implementation that always allowsRetry. |
| RetryNTimes |
Retry policy that retries a max number of times
|
| RetryOneTime |
A retry policy that retries only once
|
| RetryUntilElapsed |
A retry policy that retries until a given amount of time elapses
|
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.