Uses of Class
io.fabric8.kubernetes.client.utils.ExponentialBackoffIntervalCalculator
-
Packages that use ExponentialBackoffIntervalCalculator Package Description io.fabric8.kubernetes.client.utils -
-
Uses of ExponentialBackoffIntervalCalculator in io.fabric8.kubernetes.client.utils
Methods in io.fabric8.kubernetes.client.utils that return ExponentialBackoffIntervalCalculator Modifier and Type Method Description static ExponentialBackoffIntervalCalculatorExponentialBackoffIntervalCalculator. from(RequestConfig requestConfig)Methods in io.fabric8.kubernetes.client.utils with parameters of type ExponentialBackoffIntervalCalculator Modifier and Type Method Description static <T> CompletableFuture<T>AsyncUtils. retryWithExponentialBackoff(Supplier<CompletableFuture<T>> action, Consumer<T> onCancel, Duration timeout, ExponentialBackoffIntervalCalculator retryIntervalCalculator, AsyncUtils.ShouldRetry<T> shouldRetry)Returns a newCompletableFuturethat will complete once the action provided by the action supplier completes.
-