Package | Description |
---|---|
org.apache.paimon.io | |
org.apache.paimon.io.cache | |
org.apache.paimon.utils |
Modifier and Type | Class and Description |
---|---|
class |
CompressedPageFileInput
A class to wrap compressed
RandomAccessFile . |
class |
UncompressedPageFileInput
A class to wrap uncompressed
RandomAccessFile . |
Modifier and Type | Method and Description |
---|---|
static PageFileInput |
PageFileInput.create(File file,
int pageSize,
BlockCompressionFactory compressionFactory,
long uncompressBytes,
long[] compressPagePositions) |
Constructor and Description |
---|
FileBasedRandomInputView(PageFileInput input,
CacheManager cacheManager) |
Constructor and Description |
---|
FileBasedBloomFilter(PageFileInput input,
CacheManager cacheManager,
long expectedEntries,
long readOffset,
int readLength) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.