Skip to main content

Module buffer_manager

Module buffer_manager 

Source
Expand description

Buffer manager — manages in-memory page cache with Clock eviction policy.

Structs§

BufferManager
The buffer manager manages a pool of frames with a Clock eviction policy.
BufferManagerConfig
Configuration for the buffer manager.
BufferManagerStats
Statistics for the buffer manager.
NumaInfo
NUMA topology information.
ReadaheadPolicy
Readahead configuration for sequential access detection.