Interface | Description |
---|---|
BackoffStrategy |
Class | Description |
---|---|
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.