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