Package | Description |
---|---|
org.apache.paimon.deletionvectors | |
org.apache.paimon.iceberg | |
org.apache.paimon.iceberg.manifest | |
org.apache.paimon.index | |
org.apache.paimon.stats | |
org.apache.paimon.utils |
Constructor and Description |
---|
DeletionVectorIndexFileWriter(FileIO fileIO,
PathFactory pathFactory,
MemorySize targetSizePerIndexFile) |
DeletionVectorsIndexFile(FileIO fileIO,
PathFactory pathFactory,
MemorySize targetSizePerIndexFile) |
Modifier and Type | Method and Description |
---|---|
PathFactory |
IcebergPathFactory.manifestFileFactory() |
PathFactory |
IcebergPathFactory.manifestListFactory() |
Constructor and Description |
---|
IcebergManifestFile(FileIO fileIO,
RowType partitionType,
FormatReaderFactory readerFactory,
FormatWriterFactory writerFactory,
String compression,
PathFactory pathFactory,
MemorySize targetFileSize) |
IcebergManifestList(FileIO fileIO,
FormatReaderFactory readerFactory,
FormatWriterFactory writerFactory,
String compression,
PathFactory pathFactory) |
Modifier and Type | Field and Description |
---|---|
protected PathFactory |
IndexFile.pathFactory |
Constructor and Description |
---|
HashIndexFile(FileIO fileIO,
PathFactory pathFactory) |
IndexFile(FileIO fileIO,
PathFactory pathFactory) |
IndexFileHandler(SnapshotManager snapshotManager,
PathFactory pathFactory,
IndexManifestFile indexManifestFile,
HashIndexFile hashIndex,
DeletionVectorsIndexFile deletionVectorsIndex) |
Constructor and Description |
---|
StatsFile(FileIO fileIO,
PathFactory pathFactory) |
Modifier and Type | Field and Description |
---|---|
protected PathFactory |
ObjectsFile.pathFactory |
Modifier and Type | Method and Description |
---|---|
PathFactory |
FileStorePathFactory.indexFileFactory() |
PathFactory |
FileStorePathFactory.indexManifestFileFactory() |
PathFactory |
FileStorePathFactory.manifestFileFactory() |
PathFactory |
FileStorePathFactory.manifestListFactory() |
PathFactory |
FileStorePathFactory.statsFileFactory() |
Constructor and Description |
---|
ObjectsFile(FileIO fileIO,
ObjectSerializer<T> serializer,
RowType formatType,
FormatReaderFactory readerFactory,
FormatWriterFactory writerFactory,
String compression,
PathFactory pathFactory,
SegmentsCache<Path> cache) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.