| Package | Description |
|---|---|
| org.apache.hudi.common.table.view | |
| org.apache.hudi.metadata |
| 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 | Method and Description |
|---|---|
SyncableFileSystemView |
FileSystemViewManager.getFileSystemView(HoodieTableMetaClient metaClient)
Main API to get the file-system view for the base-path.
|
SyncableFileSystemView |
FileSystemViewManager.getFileSystemView(String basePath)
Main API to get the file-system view for the base-path.
|
SyncableFileSystemView |
PriorityBasedFileSystemView.getPreferredView() |
SyncableFileSystemView |
PriorityBasedFileSystemView.getSecondaryView() |
| Constructor and Description |
|---|
HoodieTablePreCommitFileSystemView(HoodieTableMetaClient metaClient,
SyncableFileSystemView completedCommitsFileSystemView,
List<HoodieWriteStat> filesWritten,
Map<String,List<String>> partitionToReplaceFileIds,
String instantTime)
Create a file system view for the inflight commit that we are validating.
|
PriorityBasedFileSystemView(SyncableFileSystemView preferredView,
SyncableFileSystemView secondaryView) |
| 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.