public class RetryUtilities extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
RetryUtilities.ExponentialBackOffRetry<T>
Interface used to create a ExponentialBackOffRetry policy
|
static class |
RetryUtilities.ExponentiallyDecayingBatchWork<T>
This class is a base implementation of a simple exponential back retry policy.
|
static class |
RetryUtilities.RetryException |
| Constructor and Description |
|---|
RetryUtilities() |
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.