Modifier and Type | Class and Description |
---|---|
class |
EBRetryStrategyBackoff
Implementation of
BackOff that increases the back off period for each retry attempt using
a randomization function that grows exponentially. |
class |
EBRetryStrategySimple
Simple retry strategy, with threshold, no waiting.
|
Modifier and Type | Field and Description |
---|---|
protected EBRetryStrategy |
EBRetry.retryStrategy |
Modifier and Type | Method and Description |
---|---|
EBRetryStrategy |
EBRetryStrategySimple.copy() |
EBRetryStrategy |
EBRetryStrategyBackoff.copy() |
EBRetryStrategy |
EBRetryStrategy.copy() |
static EBRetryStrategy |
EBRetryStrategyFactory.fromJSON(org.json.JSONObject json) |
static EBRetryStrategy |
EBRetryStrategyFactory.getByName(String name) |
static EBRetryStrategy |
EBRetryStrategyFactory.getByName(String name,
org.json.JSONObject config) |
Modifier and Type | Method and Description |
---|---|
static org.json.JSONObject |
EBRetryStrategyFactory.toJSON(EBRetryStrategy strategy,
org.json.JSONObject json) |
Constructor and Description |
---|
EBRetry(EBRetryStrategy retryStrategy) |
EBRetry(EBRetryStrategy retryStrategy,
EBRetryJob<Result,Error> job) |
Copyright © 2016. All rights reserved.