| Package | Description |
|---|---|
| org.apache.hudi.common.table.view | |
| org.apache.hudi.metadata |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SyncableFileSystemView
A consolidated file-system view interface exposing both complete slice and basefile only views along with
update operations.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTableFileSystemView
Common thread-safe implementation for multiple TableFileSystemView Implementations.
|
class |
HoodieTableFileSystemView
TableFileSystemView Implementations based on in-memory storage.
|
class |
IncrementalTimelineSyncFileSystemView
Adds the capability to incrementally sync the changes to file-system view as and when new instants gets completed.
|
class |
PriorityBasedFileSystemView
A file system view which proxies request to a preferred File System View implementation.
|
class |
RemoteHoodieTableFileSystemView
A proxy for table file-system view which translates local View API calls to REST calls to remote timeline service.
|
class |
RocksDbBasedFileSystemView
A file-system view implementation on top of embedded Rocks DB store.
|
class |
SpillableMapBasedFileSystemView
Table FileSystemView implementation where view is stored in spillable disk using fixed memory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieMetadataFileSystemView
HoodieTableFileSystemView implementation that retrieved partition listings from the Metadata Table. |
Copyright © 2024 The Apache Software Foundation. All rights reserved.