Package | Description |
---|---|
org.apache.paimon.deletionvectors.append | |
org.apache.paimon.index | |
org.apache.paimon.manifest | |
org.apache.paimon.table | |
org.apache.paimon.table.system |
Modifier and Type | Method and Description |
---|---|
List<IndexManifestEntry> |
BucketedAppendDeletionFileMaintainer.persist() |
List<IndexManifestEntry> |
UnawareAppendDeletionFileMaintainer.persist() |
List<IndexManifestEntry> |
AppendDeletionFileMaintainer.persist() |
Modifier and Type | Method and Description |
---|---|
List<IndexManifestEntry> |
IndexFileHandler.readManifest(String indexManifest) |
List<IndexManifestEntry> |
IndexFileHandler.readManifestWithIOException(String indexManifest) |
List<IndexManifestEntry> |
IndexFileHandler.scan(String indexType) |
List<IndexManifestEntry> |
IndexFileHandler.scanEntries() |
List<IndexManifestEntry> |
IndexFileHandler.scanEntries(long snapshotId,
String indexType,
BinaryRow partition) |
List<IndexManifestEntry> |
IndexFileHandler.scanEntries(long snapshot,
String indexType,
Set<BinaryRow> partitions) |
List<IndexManifestEntry> |
IndexFileHandler.scanEntries(Snapshot snapshot,
String indexType,
Set<BinaryRow> partitions) |
List<IndexManifestEntry> |
IndexFileHandler.scanEntries(String indexType,
BinaryRow partition) |
Modifier and Type | Method and Description |
---|---|
void |
IndexFileHandler.deleteIndexFile(IndexManifestEntry file) |
boolean |
IndexFileHandler.existsIndexFile(IndexManifestEntry file) |
Modifier and Type | Method and Description |
---|---|
IndexManifestEntry |
IndexManifestEntrySerializer.convertFrom(int version,
InternalRow row) |
IndexManifestEntry |
IndexManifestEntry.toDeleteEntry() |
Modifier and Type | Method and Description |
---|---|
InternalRow |
IndexManifestEntrySerializer.convertTo(IndexManifestEntry record) |
Modifier and Type | Method and Description |
---|---|
String |
IndexManifestFile.writeIndexFiles(String previousIndexManifest,
List<IndexManifestEntry> newIndexFiles,
BucketMode bucketMode)
Write new index files to index manifest.
|
Modifier and Type | Method and Description |
---|---|
SimpleFileReader<IndexManifestEntry> |
Table.indexManifestFileReader()
Reader to read index manifest entry from index manifest file.
|
default SimpleFileReader<IndexManifestEntry> |
FormatTable.indexManifestFileReader() |
default SimpleFileReader<IndexManifestEntry> |
ReadonlyTable.indexManifestFileReader() |
SimpleFileReader<IndexManifestEntry> |
DelegatedFileStoreTable.indexManifestFileReader() |
Modifier and Type | Method and Description |
---|---|
SimpleFileReader<IndexManifestEntry> |
FileMonitorTable.indexManifestFileReader() |
SimpleFileReader<IndexManifestEntry> |
CompactBucketsTable.indexManifestFileReader() |
SimpleFileReader<IndexManifestEntry> |
AuditLogTable.indexManifestFileReader() |
SimpleFileReader<IndexManifestEntry> |
ReadOptimizedTable.indexManifestFileReader() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.