Package com.influxdb.client.internal
Class RetryAttempt
java.lang.Object
com.influxdb.client.internal.RetryAttempt
RetryConfiguration.
- Author:
- Jakub Bednar (29/09/2020 14:19)
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
setJitterRandomSupplier
(@Nullable Supplier<Double> supplier) Sets the specific jitter random supplier.static void
setRetryRandomSupplier
(@Nullable Supplier<Double> supplier) Sets the specific retry random supplier.
-
Method Details
-
setJitterRandomSupplier
Sets the specific jitter random supplier.- Parameters:
supplier
- the hook supplier to set, null allowed
-
setRetryRandomSupplier
Sets the specific retry random supplier.- Parameters:
supplier
- the hook supplier to set, null allowed
-