Uses of Class
org.apache.pinot.spi.utils.retry.AttemptFailureException
-
Packages that use AttemptFailureException Package Description org.apache.pinot.spi.utils.retry -
-
Uses of AttemptFailureException in org.apache.pinot.spi.utils.retry
Subclasses of AttemptFailureException in org.apache.pinot.spi.utils.retry Modifier and Type Class Description classAttemptsExceededExceptionTheAttemptsExceededExceptionindicates that the operation did not succeed within maximum number of attempts.classRetriableOperationExceptionTheRetriableOperationExceptionindicates that the retriable operation threw an exception.
-