Package | Description |
---|---|
alluxio.master | |
alluxio.retry |
Set of utilities for working with retryable operations.
|
Modifier and Type | Method and Description |
---|---|
LockResource |
StateLockManager.lockExclusive(StateLockOptions lockOptions,
RetryUtils.RunnableThrowsIOException beforeAttempt)
Locks the state exclusively.
|
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.