| Package | Description |
|---|---|
| org.apache.hudi.common.table.view | |
| org.apache.hudi.metadata |
| Modifier and Type | Class and Description |
|---|---|
class |
SpillableMapBasedFileSystemView
Table FileSystemView implementation where view is stored in spillable disk using fixed memory.
|
| Modifier and Type | Method and Description |
|---|---|
static HoodieTableFileSystemView |
FileSystemViewManager.createInMemoryFileSystemView(HoodieEngineContext engineContext,
HoodieTableMetaClient metaClient,
HoodieMetadataConfig metadataConfig) |
static HoodieTableFileSystemView |
FileSystemViewManager.createInMemoryFileSystemViewWithTimeline(HoodieEngineContext engineContext,
HoodieTableMetaClient metaClient,
HoodieMetadataConfig metadataConfig,
HoodieTimeline timeline) |
| Modifier and Type | Class and Description |
|---|---|
class |
HoodieMetadataFileSystemView
HoodieTableFileSystemView implementation that retrieved partition listings from the Metadata Table. |
| Modifier and Type | Method and Description |
|---|---|
static HoodieTableFileSystemView |
HoodieTableMetadataUtil.getFileSystemView(HoodieTableMetaClient metaClient)
Get metadata table file system view.
|
HoodieTableFileSystemView |
HoodieBackedTableMetadata.getMetadataFileSystemView() |
| Modifier and Type | Method and Description |
|---|---|
static List<FileSlice> |
HoodieTableMetadataUtil.getPartitionLatestMergedFileSlices(HoodieTableMetaClient metaClient,
HoodieTableFileSystemView fsView,
String partition)
Get the latest file slices for a Metadata Table partition.
|
| Modifier and Type | Method and Description |
|---|---|
static List<FileSlice> |
HoodieTableMetadataUtil.getPartitionLatestFileSlices(HoodieTableMetaClient metaClient,
Option<HoodieTableFileSystemView> fsView,
String partition)
Get the latest file slices for a Metadata Table partition.
|
static List<FileSlice> |
HoodieTableMetadataUtil.getPartitionLatestFileSlicesIncludingInflight(HoodieTableMetaClient metaClient,
Option<HoodieTableFileSystemView> fileSystemView,
String partition)
Get the latest file slices for a given partition including the inflight ones.
|
Copyright © 2024 The Apache Software Foundation. All rights reserved.