Uses of Class
io.trino.plugin.hive.util.RetryDriver
Packages that use RetryDriver
-
Uses of RetryDriver in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util that return RetryDriverModifier and TypeMethodDescriptionfinal RetryDriverRetryDriver.exponentialBackoff(io.airlift.units.Duration minSleepTime, io.airlift.units.Duration maxSleepTime, io.airlift.units.Duration maxRetryTime, double scaleFactor) final RetryDriverRetryDriver.maxAttempts(int maxAttempts) static RetryDriverRetryDriver.retry()final RetryDriverRetryDriver.stopOnIllegalExceptions()