Trait raftstore::store::FlowStatsReporter[][src]

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

Required methods

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...