| Interface | Description |
|---|---|
| FileEntry |
Entry representing a file.
|
| ManifestCacheFilter |
Filter for manifest cache, this is used in
AbstractFileStoreScan for improving cache
utilization. |
| Class | Description |
|---|---|
| BucketEntry |
Entry representing a bucket.
|
| FileEntry.Identifier |
The same
FileEntry.Identifier indicates that the ManifestEntry refers to the same data
file. |
| IndexManifestEntry |
Manifest entry for index file.
|
| IndexManifestEntrySerializer | |
| IndexManifestFile |
Index manifest file.
|
| IndexManifestFile.Factory |
Creator of
IndexManifestFile. |
| IndexManifestFileHandler |
IndexManifestFile Handler.
|
| ManifestCommittable |
Manifest commit message.
|
| ManifestCommittableSerializer | |
| ManifestEntry |
Entry of a manifest file, representing an addition / deletion of a data file.
|
| ManifestEntrySerializer |
Serializer for
ManifestEntry. |
| ManifestFile |
This file includes several
ManifestEntrys, representing the additional changes since last
snapshot. |
| ManifestFile.Factory |
Creator of
ManifestFile. |
| ManifestFileMeta |
Metadata of a manifest file.
|
| ManifestFileMetaSerializer |
Serializer for
ManifestFileMeta. |
| ManifestList |
This file includes several
ManifestFileMeta, representing all data of the whole table at
the corresponding snapshot. |
| ManifestList.Factory |
Creator of
ManifestList. |
| PartitionEntry |
Entry representing a partition.
|
| SimpleFileEntry |
A simple
FileEntry only contains identifier and min max key. |
| SimpleFileEntrySerializer |
A
VersionedObjectSerializer for SimpleFileEntry, only supports reading. |
| WrappedManifestCommittable |
Manifest commit message.
|
| Enum | Description |
|---|---|
| FileKind |
Kind of a file.
|
| FileSource |
The Source of a file.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.