Class ExponentialBackOffRetryStrategy.Config

java.lang.Object
org.komamitsu.fluency.fluentd.ingester.sender.retry.RetryStrategy.Config
org.komamitsu.fluency.fluentd.ingester.sender.retry.ExponentialBackOffRetryStrategy.Config
All Implemented Interfaces:
org.komamitsu.fluency.validation.Validatable
Enclosing class:
ExponentialBackOffRetryStrategy

public static class ExponentialBackOffRetryStrategy.Config extends RetryStrategy.Config implements org.komamitsu.fluency.validation.Validatable
  • Constructor Details

    • Config

      public Config()
  • Method Details

    • getBaseIntervalMillis

      public int getBaseIntervalMillis()
    • setBaseIntervalMillis

      public void setBaseIntervalMillis(int baseIntervalMillis)
    • getMaxIntervalMillis

      public int getMaxIntervalMillis()
    • setMaxIntervalMillis

      public void setMaxIntervalMillis(int maxIntervalMillis)
    • toString

      public String toString()
      Overrides:
      toString in class RetryStrategy.Config