| Package | Description |
|---|---|
| io.prestosql.plugin.hive.util |
| Modifier and Type | Method and Description |
|---|---|
RetryDriver |
RetryDriver.exponentialBackoff(io.airlift.units.Duration minSleepTime,
io.airlift.units.Duration maxSleepTime,
io.airlift.units.Duration maxRetryTime,
double scaleFactor) |
RetryDriver |
RetryDriver.maxAttempts(int maxAttempts) |
RetryDriver |
RetryDriver.onRetry(Runnable retryRunnable) |
static RetryDriver |
RetryDriver.retry() |
RetryDriver |
RetryDriver.stopOn(Class<? extends Exception>... classes) |
RetryDriver |
RetryDriver.stopOnIllegalExceptions() |
Copyright © 2012–2020. All rights reserved.