Uses of Interface
org.apache.pinot.spi.utils.retry.RetryPolicy
-
Packages that use RetryPolicy Package Description org.apache.pinot.spi.utils.retry -
-
Uses of RetryPolicy in org.apache.pinot.spi.utils.retry
Classes in org.apache.pinot.spi.utils.retry that implement RetryPolicy Modifier and Type Class Description classBaseRetryPolicyTheBaseRetryPolicyis the base class for all retry policies.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.
-