Class RetryStrategy
java.lang.Object
org.komamitsu.fluency.fluentd.ingester.sender.retry.RetryStrategy
- Direct Known Subclasses:
ConstantRetryStrategy,ExponentialBackOffRetryStrategy
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintabstract intgetNextIntervalMillis(int retryCount) booleanisRetriedOver(int retryCount) toString()