Uses of Class
org.apache.pinot.spi.utils.retry.AttemptsExceededException
-
Packages that use AttemptsExceededException Package Description org.apache.pinot.spi.utils.retry -
-
Uses of AttemptsExceededException in org.apache.pinot.spi.utils.retry
Methods in org.apache.pinot.spi.utils.retry that throw AttemptsExceededException Modifier and Type Method Description voidBaseRetryPolicy. attempt(Callable<Boolean> operation)voidRetryPolicy. attempt(Callable<Boolean> operation)Attempts to do the operation until it succeeds, aborting if an exception is thrown by the operation or number of attempts exhausted.
-