Package | Description |
---|---|
org.apache.paimon.io.cache |
Modifier and Type | Class and Description |
---|---|
static class |
CacheKey.PageIndexCacheKey
Key for file page index.
|
static class |
CacheKey.PositionCacheKey
Key for file position and length.
|
Modifier and Type | Method and Description |
---|---|
static CacheKey |
CacheKey.forPageIndex(RandomAccessFile file,
int pageSize,
int pageIndex) |
static CacheKey |
CacheKey.forPosition(RandomAccessFile file,
long position,
int length) |
Modifier and Type | Method and Description |
---|---|
org.apache.paimon.shade.caffeine2.com.github.benmanes.caffeine.cache.Cache<CacheKey,?> |
CacheManager.cache() |
Modifier and Type | Method and Description |
---|---|
MemorySegment |
CacheManager.getPage(CacheKey key,
CacheReader reader,
CacheCallback callback) |
void |
CacheManager.invalidPage(CacheKey key) |
void |
CacheCallback.onRemoval(CacheKey key) |
byte[] |
CacheReader.read(CacheKey key) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.