pub type PbVacuumTask = VacuumTask;
struct PbVacuumTask { pub sstable_object_ids: Vec<u64>, }
sstable_object_ids: Vec<u64>