Package | Description |
---|---|
org.apache.paimon.iceberg.manifest | |
org.apache.paimon.manifest | |
org.apache.paimon.table | |
org.apache.paimon.table.system | |
org.apache.paimon.utils |
Modifier and Type | Class and Description |
---|---|
class |
IcebergManifestFile
This file includes several Iceberg
ManifestEntry s, representing the additional changes
since last snapshot. |
class |
IcebergManifestList
This file includes several Iceberg
IcebergManifestFileMeta s, representing the additional
changes since last snapshot. |
Modifier and Type | Class and Description |
---|---|
class |
IndexManifestFile
Index manifest file.
|
class |
ManifestFile
This file includes several
ManifestEntry s, representing the additional changes since last
snapshot. |
class |
ManifestList
This file includes several
ManifestFileMeta , representing all data of the whole table at
the corresponding snapshot. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectsFile<T>
A file which contains several
T s, provides read and write. |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.