Uses of Class
org.apache.pinot.spi.utils.retry.BaseRetryPolicy
-
Packages that use BaseRetryPolicy Package Description org.apache.pinot.spi.utils.retry -
-
Uses of BaseRetryPolicy in org.apache.pinot.spi.utils.retry
Subclasses of BaseRetryPolicy in org.apache.pinot.spi.utils.retry Modifier and Type Class Description classExponentialBackoffRetryPolicyRetry policy with exponential backoff delay between attempts.classFixedDelayRetryPolicyDelay policy with fixed delay between attempts.classNoDelayRetryPolicyRetry policy without delay between attempts.classRandomDelayRetryPolicyDelay policy with random delay between attempts.
-