Interface | Description |
---|---|
CacheCallback |
Callback for cache removal.
|
CacheKey |
Key for cache manager.
|
CacheReader |
Reader to read byte[].
|
Class | Description |
---|---|
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. |
FileBasedRandomInputView |
A
SeekableDataInputView to read bytes from RandomAccessFile , the bytes can be
cached to MemorySegment s in CacheManager . |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.