Uses of Interface
org.apache.druid.java.util.common.RetryUtils.CleanupAfterFailure
Packages that use RetryUtils.CleanupAfterFailure
-
Uses of RetryUtils.CleanupAfterFailure in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common with parameters of type RetryUtils.CleanupAfterFailureModifier and TypeMethodDescriptionstatic <T> TRetryUtils.retry(RetryUtils.Task<T> f, com.google.common.base.Predicate<Throwable> shouldRetry, int quietTries, int maxTries, RetryUtils.CleanupAfterFailure cleanupAfterFailure, String messageOnRetry) Retry an operation using fuzzy exponentially increasing backoff.static <T> TRetryUtils.retry(RetryUtils.Task<T> f, com.google.common.base.Predicate<Throwable> shouldRetry, RetryUtils.CleanupAfterFailure onEachFailure, int maxTries, String messageOnRetry)