| Interface | Description |
|---|---|
| FSUtils.SerializableFunction<T,R> |
Serializable function interface.
|
| Class | Description |
|---|---|
| ConsistencyGuardConfig |
The consistency guard relevant config options.
|
| ConsistencyGuardConfig.Builder |
The builder used to build consistency configurations.
|
| FailSafeConsistencyGuard |
A consistency checker that fails if it is unable to meet the required condition within a specified timeout.
|
| FileSystemRetryConfig |
The file system retry relevant config options.
|
| FileSystemRetryConfig.Builder |
The builder used to build filesystem configurations.
|
| FSUtils |
Utility functions related to accessing the file storage.
|
| NoOpConsistencyGuard |
Default Consistency guard that does nothing.
|
| OptimisticConsistencyGuard |
A consistency guard which sleeps for configured period of time only on APPEAR.
|
| SizeAwareDataInputStream |
Keeps track of how many bytes were read from a DataInputStream.
|
| SizeAwareDataOutputStream |
Wrapper for DataOutputStream to keep track of number of bytes written.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.