Interface | Description |
---|---|
IRetry<E extends Exception,F extends Exception,G extends Exception,H extends Exception,O,A extends IRetry> |
The IRetry interface is used to support retry loops by using different strategies
for the pause between the retries.
|
IRetryable<E extends Exception,F extends Exception,G extends Exception,H extends Exception,T> |
Created by mwei on 9/1/15.
|
Class | Description |
---|---|
ExponentialBackoffRetry<E extends Exception,F extends Exception,G extends Exception,H extends Exception,O,A extends IRetry> |
This class implements a basic exponential backoff retry.
|
IntervalRetry<E extends Exception,F extends Exception,G extends Exception,H extends Exception,O> |
This class implements a basic interval-based retry.
|
Exception | Description |
---|---|
RetryNeededException |
Exception that must be thrown explicitly from the executed function when a retry is needed.
|
Copyright © 2019 CorfuDB. All rights reserved.