Uses of Class
org.apache.pinot.broker.failuredetector.BaseExponentialBackoffRetryFailureDetector
-
Packages that use BaseExponentialBackoffRetryFailureDetector Package Description org.apache.pinot.broker.failuredetector -
-
Uses of BaseExponentialBackoffRetryFailureDetector in org.apache.pinot.broker.failuredetector
Subclasses of BaseExponentialBackoffRetryFailureDetector in org.apache.pinot.broker.failuredetector Modifier and Type Class Description classConnectionFailureDetectorTheConnectionFailureDetectormarks failed server (connection failure) from query response as unhealthy, and retries the unhealthy servers with exponential increasing delays.
-