Skip to main content

Module access_predictor

Module access_predictor 

Source
Expand description

Storage access predictor for proactive prefetching and cache warming.

Analyzes historical block access sequences to predict future access patterns, enabling intelligent prefetch scheduling and cache management decisions.

Structs§

AccessEvent
A single block access event recorded by the predictor.
PredictionResult
Result of a pattern prediction for a single CID.
PredictorStats
Aggregate statistics emitted by the predictor.
StorageAccessPredictor
Predicts future block access patterns from historical access sequences.

Enums§

AccessPattern
Detected access pattern for a content-addressed block.