Trait tikv::server::gc_worker::gc_worker::GcSafePointProvider[][src]

pub trait GcSafePointProvider: Send + 'static {
    fn get_safe_point(&self) -> Result<TimeStamp>;
}

Provides safe point.

Required methods

fn get_safe_point(&self) -> Result<TimeStamp>[src]

Loading content...

Implementations on Foreign Types

impl<T: PdClient + 'static> GcSafePointProvider for Arc<T>[src]

Loading content...

Implementors

Loading content...