Package | Description |
---|---|
com.amazonaws.retry | |
com.amazonaws.retry.v2 |
Modifier and Type | Interface and Description |
---|---|
interface |
V2CompatibleBackoffStrategy
Adapter interface for backoff strategies that can be used in both legacy RetryPolicies and the new V2 retry policy.
|
Modifier and Type | Class and Description |
---|---|
static class |
PredefinedBackoffStrategies.EqualJitterBackoffStrategy |
static class |
PredefinedBackoffStrategies.ExponentialBackoffStrategy |
static class |
PredefinedBackoffStrategies.FullJitterBackoffStrategy |
class |
RetryPolicyAdapter
Adapts a legacy
RetryPolicy to the new RetryPolicy . |
Modifier and Type | Interface and Description |
---|---|
interface |
RetryPolicy
Aggregate interface combining a
RetryCondition and BackoffStrategy into a single policy. |
Modifier and Type | Class and Description |
---|---|
class |
FixedDelayBackoffStrategy
Simple backoff strategy that always uses a fixed delay.
|
class |
SimpleRetryPolicy
|
Constructor and Description |
---|
SimpleRetryPolicy(RetryCondition retryCondition,
BackoffStrategy backoffStrategy) |
Copyright © 2017. All rights reserved.