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
MemorySegment s. |
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 MemorySegment s in CacheManager . |
GuavaCache |
Guava cache implementation.
|
Enum | Description |
---|---|
Cache.CacheType |
Type for cache.
|
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.