Package | Description |
---|---|
software.amazon.awssdk.core.retry | |
software.amazon.awssdk.core.retry.backoff |
Class and Description |
---|
BackoffStrategy |
Class and Description |
---|
BackoffStrategy |
EqualJitterBackoffStrategy
Backoff strategy that uses equal jitter for computing the delay before the next retry.
|
EqualJitterBackoffStrategy.Builder |
FixedDelayBackoffStrategy
Simple backoff strategy that always uses a fixed delay for the delay before the next retry attempt.
|
FullJitterBackoffStrategy
Backoff strategy that uses a full jitter strategy for computing the next backoff delay.
|
FullJitterBackoffStrategy.Builder |
Copyright © 2019. All rights reserved.