| Package | Description |
|---|---|
| org.apache.paimon.io.cache | |
| org.apache.paimon.lookup | |
| org.apache.paimon.lookup.hash | |
| org.apache.paimon.lookup.sort | |
| org.apache.paimon.operation | |
| org.apache.paimon.utils |
| Constructor and Description |
|---|
FileBasedRandomInputView(PageFileInput input,
CacheManager cacheManager) |
| Modifier and Type | Method and Description |
|---|---|
static LookupStoreFactory |
LookupStoreFactory.create(CoreOptions options,
CacheManager cacheManager,
Comparator<MemorySlice> keyComparator) |
| Constructor and Description |
|---|
HashLookupStoreFactory(CacheManager cacheManager,
int cachePageSize,
double loadFactor,
CompressOptions compression) |
| Constructor and Description |
|---|
SortLookupStoreFactory(Comparator<MemorySlice> comparator,
CacheManager cacheManager,
int blockSize,
CompressOptions compression) |
SortLookupStoreReader(Comparator<MemorySlice> comparator,
File file,
SortContext context,
CacheManager cacheManager) |
| Modifier and Type | Field and Description |
|---|---|
protected CacheManager |
MemoryFileStoreWrite.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.