Uses of Interface
org.apache.druid.java.util.common.RetryUtils.Task
Packages that use RetryUtils.Task
-
Uses of RetryUtils.Task in org.apache.druid.java.util.common
Methods in org.apache.druid.java.util.common with parameters of type RetryUtils.TaskModifier and TypeMethodDescriptionstatic <T> TRetryUtils.retry(RetryUtils.Task<T> f, com.google.common.base.Predicate<Throwable> shouldRetry, int maxTries) static <T> TRetryUtils.retry(RetryUtils.Task<T> f, com.google.common.base.Predicate<Throwable> shouldRetry, int quietTries, int maxTries) static <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)