Trait tikv::storage::FlowStatsReporter[][src]

pub trait FlowStatsReporter: 'static + Send + Clone + Sync {
    pub fn report_read_stats(&self, read_stats: ReadStats);
}

Required methods

pub fn report_read_stats(&self, read_stats: ReadStats)[src]

Loading content...

Implementations on Foreign Types

impl<E> FlowStatsReporter for Scheduler<Task<E>> where
    E: KvEngine
[src]

Loading content...

Implementors

Loading content...