Function tikv::server::gc_worker::sync_gc [−][src]
pub fn sync_gc(
scheduler: &FutureScheduler<GcTask>,
region_id: u64,
start_key: Vec<u8>,
end_key: Vec<u8>,
safe_point: TimeStamp
) -> Result<()>
Does GC synchronously.