Package | Description |
---|---|
org.apache.paimon | |
org.apache.paimon.catalog | |
org.apache.paimon.manifest | |
org.apache.paimon.privilege | |
org.apache.paimon.table | |
org.apache.paimon.utils |
Modifier and Type | Method and Description |
---|---|
void |
FileStore.setManifestCache(SegmentsCache<Path> manifestCache) |
Modifier and Type | Field and Description |
---|---|
protected SegmentsCache<Path> |
CachingCatalog.manifestCache |
Constructor and Description |
---|
Factory(FileIO fileIO,
FileFormat fileFormat,
String compression,
FileStorePathFactory pathFactory,
SegmentsCache<Path> cache) |
Factory(FileIO fileIO,
FileFormat fileFormat,
String compression,
FileStorePathFactory pathFactory,
SegmentsCache<Path> cache) |
Factory(FileIO fileIO,
SchemaManager schemaManager,
RowType partitionType,
FileFormat fileFormat,
String compression,
FileStorePathFactory pathFactory,
long suggestedFileSize,
SegmentsCache<Path> cache) |
Modifier and Type | Method and Description |
---|---|
void |
PrivilegedFileStore.setManifestCache(SegmentsCache<Path> manifestCache) |
Modifier and Type | Method and Description |
---|---|
void |
FileStoreTable.setManifestCache(SegmentsCache<Path> manifestCache) |
void |
DelegatedFileStoreTable.setManifestCache(SegmentsCache<Path> manifestCache) |
Modifier and Type | Method and Description |
---|---|
static <T> SegmentsCache<T> |
SegmentsCache.create(int pageSize,
MemorySize maxMemorySize,
long maxElementSize) |
static <T> SegmentsCache<T> |
SegmentsCache.create(MemorySize maxMemorySize,
long maxElementSize) |
Constructor and Description |
---|
ObjectsCache(SegmentsCache<K> cache,
ObjectSerializer<V> projectedSerializer,
RowType formatSchema,
FunctionWithIOException<K,Long> fileSizeFunction,
BiFunctionWithIOE<K,Long,CloseableIterator<InternalRow>> reader) |
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.