Package | Description |
---|---|
alluxio | |
alluxio.master | |
alluxio.proxy | |
alluxio.retry |
Set of utilities for working with retryable operations.
|
alluxio.worker |
Worker process and utils for working with the worker remotely.
|
Class and Description |
---|
RetryPolicy
Policy for determining whether retries should be performed, and potentially waiting for some time
before the next retry attempt.
|
Class and Description |
---|
RetryPolicy
Policy for determining whether retries should be performed, and potentially waiting for some time
before the next retry attempt.
|
Class and Description |
---|
RetryPolicy
Policy for determining whether retries should be performed, and potentially waiting for some time
before the next retry attempt.
|
Class and Description |
---|
ExponentialTimeBoundedRetry
A retry policy which uses exponential backoff and a maximum duration time bound.
|
ExponentialTimeBoundedRetry.Builder
Builder for time bounded exponential retry mechanisms.
|
RetryPolicy
Policy for determining whether retries should be performed, and potentially waiting for some time
before the next retry attempt.
|
RetryUtils.RunnableThrowsIOException
Interface for methods which return nothing and may throw IOException.
|
SleepingRetry
A retry policy that uses thread sleeping for the delay.
|
TimeBoundedRetry
Retry mechanism which performs retries until a certain period of time has elapsed.
|
Class and Description |
---|
RetryPolicy
Policy for determining whether retries should be performed, and potentially waiting for some time
before the next retry attempt.
|
Copyright © 2023. All Rights Reserved.