Uses of Class
io.trino.plugin.hive.util.RetryDriver
-
Packages that use RetryDriver Package Description io.trino.plugin.hive.util -
-
Uses of RetryDriver in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util that return RetryDriver Modifier and Type Method Description RetryDriverRetryDriver. exponentialBackoff(io.airlift.units.Duration minSleepTime, io.airlift.units.Duration maxSleepTime, io.airlift.units.Duration maxRetryTime, double scaleFactor)RetryDriverRetryDriver. maxAttempts(int maxAttempts)RetryDriverRetryDriver. onRetry(Runnable retryRunnable)static RetryDriverRetryDriver. retry()RetryDriverRetryDriver. stopOn(Class<? extends Exception>... classes)RetryDriverRetryDriver. stopOnIllegalExceptions()
-