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

pub trait FlowStatsReporter: 'static + Clone + Send + 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...