Uses of Class
org.apache.pinot.spi.utils.retry.FixedDelayRetryPolicy
-
Packages that use FixedDelayRetryPolicy Package Description org.apache.pinot.spi.utils.retry -
-
Uses of FixedDelayRetryPolicy in org.apache.pinot.spi.utils.retry
Methods in org.apache.pinot.spi.utils.retry that return FixedDelayRetryPolicy Modifier and Type Method Description static FixedDelayRetryPolicyRetryPolicies. fixedDelayRetryPolicy(int maxNumAttempts, long delayMs)Creates aFixedDelayRetryPolicy.
-