| Interface | Description |
|---|---|
| HoodieWrapperFileSystem.CheckedFunction<R> |
Checked function interface.
|
| Class | Description |
|---|---|
| BoundedFsDataInputStream |
Implementation of
FSDataInputStream with bound check based on file size. |
| CachingPath |
This is an extension of the
Path class allowing to avoid repetitive
computations (like getFileName, toString) which are secured
by its immutability
NOTE: This class is thread-safe |
| HadoopFSUtils |
Utility functions related to accessing the file storage on Hadoop.
|
| HadoopSeekableDataInputStream |
An implementation of
SeekableDataInputStream based on Hadoop's FSDataInputStream |
| HoodieRetryWrapperFileSystem |
Extending
FileSystem implementation of I/O operations with retries. |
| HoodieSerializableFileStatus |
A serializable file status implementation
|
| HoodieWrapperFileSystem |
HoodieWrapperFileSystem wraps the default file system.
|
| SchemeAwareFSDataInputStream |
Scheme aware FSDataInputStream so that we manipulate seeks for GS filesystem.
|
| SerializablePath |
Serializable wrapper encapsulating Path |
| SizeAwareFSDataOutputStream |
Wrapper over
FSDataOutputStream to keep track of the size of the written bytes. |
| TimedFSDataInputStream |
Wrapper over
FSDataInputStream that also times the operations. |
| Enum | Description |
|---|---|
| HoodieWrapperFileSystem.MetricName |
Names for metrics.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.