Class ConstantRetryStrategy.Config
java.lang.Object
org.komamitsu.fluency.fluentd.ingester.sender.retry.RetryStrategy.Config
org.komamitsu.fluency.fluentd.ingester.sender.retry.ConstantRetryStrategy.Config
- All Implemented Interfaces:
org.komamitsu.fluency.validation.Validatable
- Enclosing class:
- ConstantRetryStrategy
public static class ConstantRetryStrategy.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 TypeMethodDescriptionintvoidsetRetryIntervalMillis(int retryIntervalMillis) 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
-
getRetryIntervalMillis
public int getRetryIntervalMillis() -
setRetryIntervalMillis
public void setRetryIntervalMillis(int retryIntervalMillis) -
toString
- Overrides:
toStringin classRetryStrategy.Config
-