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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.komamitsu.fluency.validation.Validatable
org.komamitsu.fluency.validation.Validatable.ValidationList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetBaseIntervalMillis(int baseIntervalMillis) voidsetMaxIntervalMillis(int maxIntervalMillis) toString()Methods inherited from class org.komamitsu.fluency.fluentd.ingester.sender.retry.RetryStrategy.Config
getMaxRetryCount, setMaxRetryCountMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.komamitsu.fluency.validation.Validatable
validate
-
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
- Overrides:
toStringin classRetryStrategy.Config
-