Package | Description |
---|---|
alluxio.retry |
Set of utilities for working with retryable operations.
|
Modifier and Type | Method and Description |
---|---|
static void |
RetryUtils.retry(String action,
RetryUtils.RunnableThrowsIOException f,
RetryPolicy policy)
Retries the given method until it doesn't throw an IO exception or the retry policy expires.
|
Copyright © 2023. All Rights Reserved.