Package | Description |
---|---|
com.amazonaws.retry |
Modifier and Type | Field and Description |
---|---|
static RetryPolicy.BackoffStrategy |
PredefinedRetryPolicies.DEFAULT_BACKOFF_STRATEGY
The SDK default back-off strategy, which increases exponentially up to a
max amount of delay.
|
static RetryPolicy.BackoffStrategy |
PredefinedRetryPolicies.DYNAMODB_DEFAULT_BACKOFF_STRATEGY
The default back-off strategy for DynamoDB client, which increases
exponentially up to a max amount of delay.
|
Modifier and Type | Method and Description |
---|---|
RetryPolicy.BackoffStrategy |
RetryPolicy.getBackoffStrategy()
Returns the back-off strategy included in this retry policy.
|
Constructor and Description |
---|
RetryPolicy(RetryPolicy.RetryCondition retryCondition,
RetryPolicy.BackoffStrategy backoffStrategy,
int maxErrorRetry,
boolean honorMaxErrorRetryInClientConfig)
Constructs a new retry policy.
|
Copyright © 2014. All rights reserved.