pub trait Strategy { // Required method fn pick(&self, value_log: &ValueLog) -> Vec<u64>; }
GC strategy
Picks blob files based on a predicate.