| Interface | Description |
|---|---|
| SyncableFileSystemView |
A consolidated file-system view interface exposing both complete slice and basefile only views along with
update operations.
|
| TableFileSystemView |
Interface for viewing the table file system.
|
| TableFileSystemView.BaseFileOnlyView |
Methods to provide a view of base files only.
|
| TableFileSystemView.BaseFileOnlyViewWithLatestSlice |
Methods to only access latest version of file for the instant(s) passed.
|
| TableFileSystemView.SliceView |
Methods to access a combination of base files + log file slices.
|
| TableFileSystemView.SliceViewWithLatestSlice |
Methods to only access latest version of file-slice for the instant(s) passed.
|
| Class | Description |
|---|---|
| AbstractTableFileSystemView |
Common thread-safe implementation for multiple TableFileSystemView Implementations.
|
| FileSystemViewManager |
A container that can potentially hold one or more table's file-system views.
|
| FileSystemViewStorageConfig |
File System View Storage Configurations.
|
| FileSystemViewStorageConfig.Builder |
The builder used to build
FileSystemViewStorageConfig. |
| HoodieTableFileSystemView |
TableFileSystemView Implementations based on in-memory storage.
|
| HoodieTablePreCommitFileSystemView |
Create PreCommitFileSystemView by only filtering instants that are of interest.
|
| IncrementalTimelineSyncFileSystemView |
Adds the capability to incrementally sync the changes to file-system view as and when new instants gets completed.
|
| PriorityBasedFileSystemView |
A file system view which proxies request to a preferred File System View implementation.
|
| RemoteHoodieTableFileSystemView |
A proxy for table file-system view which translates local View API calls to REST calls to remote timeline service.
|
| RocksDbBasedFileSystemView |
A file-system view implementation on top of embedded Rocks DB store.
|
| SpillableMapBasedFileSystemView |
Table FileSystemView implementation where view is stored in spillable disk using fixed memory.
|
| Enum | Description |
|---|---|
| FileSystemViewStorageType |
Storage Type used to store/retrieve File system view of a table.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.