Expand description
Retention Policy Engine for IPFRS block storage.
Evaluates which blocks to retain or expire based on configurable retention policies, supporting pinning, TTLs, access-frequency thresholds, and size limits.
Structs§
- Block
Record - Record describing a stored block and its metadata.
- Policy
Config - Configuration for the
RetentionPolicyEngine. - Retention
Engine Stats - Aggregate statistics for the retention engine since last reset.
- Retention
Policy Engine - Engine that evaluates block retention decisions against a
PolicyConfig.
Enums§
- Retention
Decision - Decision made by the retention policy engine for a block.
- Retention
Rule - A single retention rule that can match a block and produce a decision.