| Package | Description |
|---|---|
| tachyon.retry |
Set of utilities for working with retryable operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExponentialBackoffRetry
Each retry will cause a sleep to happen.
|
class |
SleepingRetry
A retry policy that uses thread sleeping for the delay.
|
Copyright © 2015. All Rights Reserved.