| Interface | Description |
|---|---|
| Cache |
Cache interface in paimon which supports caffeine and guava caches.
|
| CacheCallback |
Callback for cache removal.
|
| CacheKey |
Key for cache manager.
|
| CacheReader |
Reader to read byte[].
|
| Class | Description |
|---|---|
| Cache.CacheValue |
Value for cache.
|
| CacheBuilder |
Cache builder builds cache from cache type.
|
| CacheKey.PageIndexCacheKey |
Key for file page index.
|
| CacheKey.PositionCacheKey |
Key for file position and length.
|
| CacheManager |
Cache manager to cache bytes to paged
MemorySegments. |
| CacheManager.SegmentContainer |
The container for the segment.
|
| CaffeineCache |
Caffeine cache implementation.
|
| FileBasedRandomInputView |
A
SeekableDataInputView to read bytes from RandomAccessFile, the bytes can be
cached to MemorySegments in CacheManager. |
| GuavaCache |
Guava cache implementation.
|
| Enum | Description |
|---|---|
| Cache.CacheType |
Type for cache.
|
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.