| Package | Description |
|---|---|
| org.apache.hudi.common.table.view | |
| org.apache.hudi.metadata |
| Class and 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. |
| FileSystemViewStorageType
Storage Type used to store/retrieve File system view of a table.
|
| HoodieTableFileSystemView
TableFileSystemView Implementations based on in-memory storage.
|
| IncrementalTimelineSyncFileSystemView
Adds the capability to incrementally sync the changes to file-system view as and when new instants gets completed.
|
| 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 and Description |
|---|
| AbstractTableFileSystemView
Common thread-safe implementation for multiple TableFileSystemView Implementations.
|
| HoodieTableFileSystemView
TableFileSystemView Implementations based on in-memory storage.
|
| IncrementalTimelineSyncFileSystemView
Adds the capability to incrementally sync the changes to file-system view as and when new instants gets completed.
|
| 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.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.