Package | Description |
---|---|
alluxio.retry |
Set of utilities for working with retryable operations.
|
Modifier and Type | Method and Description |
---|---|
static ExponentialTimeBoundedRetry.Builder |
ExponentialTimeBoundedRetry.builder() |
ExponentialTimeBoundedRetry.Builder |
ExponentialTimeBoundedRetry.Builder.withInitialSleep(java.time.Duration initialSleep) |
ExponentialTimeBoundedRetry.Builder |
ExponentialTimeBoundedRetry.Builder.withMaxDuration(java.time.Duration maxDuration) |
ExponentialTimeBoundedRetry.Builder |
ExponentialTimeBoundedRetry.Builder.withMaxSleep(java.time.Duration maxSleep) |
ExponentialTimeBoundedRetry.Builder |
ExponentialTimeBoundedRetry.Builder.withSkipInitialSleep()
first sleep will be skipped.
|
ExponentialTimeBoundedRetry.Builder |
ExponentialTimeBoundedRetry.Builder.withTimeCtx(TimeContext timeCtx) |
Copyright © 2023. All Rights Reserved.