JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.retry.v2

Class FixedDelayBackoffStrategy

  • All Implemented Interfaces:
    BackoffStrategy


    public class FixedDelayBackoffStrategy
    extends Object
    implements BackoffStrategy 
    Simple backoff strategy that always uses a fixed delay.
    • Constructor Detail

      • FixedDelayBackoffStrategy

        public FixedDelayBackoffStrategy(int fixedBackoff)
    • Method Detail

      • computeDelayBeforeNextRetry

        public long computeDelayBeforeNextRetry(RetryPolicyContext context)
        Description copied from interface: BackoffStrategy
        Compute the delay before the next retry request. This strategy is only consulted when there will be a next retry.
        Specified by:
        computeDelayBeforeNextRetry in interface BackoffStrategy
        Parameters:
        context - Context about the state of the last request and information about the number of requests made.
        Returns:
        Amount of time in milliseconds to wait before the next attempt. Must be non-negative (can be zero).
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /