Class ExponentialBackoff

java.lang.Object
com.yahoo.time.ExponentialBackoff

public class ExponentialBackoff extends Object
Calculate a delay using an exponential backoff algorithm. Based on ExponentialBackOff in google-http-client.
Author:
mpolden
  • Constructor Details

    • ExponentialBackoff

      public ExponentialBackoff(Duration initialDelay, Duration maxDelay)
  • Method Details

    • delay

      public Duration delay(int attempt)
      Return the delay of given attempt