Uses of Class
org.apache.pinot.spi.utils.retry.RandomDelayRetryPolicy
-
Packages that use RandomDelayRetryPolicy Package Description org.apache.pinot.spi.utils.retry -
-
Uses of RandomDelayRetryPolicy in org.apache.pinot.spi.utils.retry
Methods in org.apache.pinot.spi.utils.retry that return RandomDelayRetryPolicy Modifier and Type Method Description static RandomDelayRetryPolicyRetryPolicies. randomDelayRetryPolicy(int maxNumAttempts, long minDelayMs, long maxDelayMs)Creates aRandomDelayRetryPolicy.
-