Type Alias streambed_logged::compaction::NthKeyBasedRetentionState
source ยท pub type NthKeyBasedRetentionState = (HashMap<Key, VecDeque<Offset>>, usize, usize);Expand description
The state associated with nth key based retention.