InodeStatsCounter

Trait InodeStatsCounter 

Source
pub trait InodeStatsCounter {
    // Required methods
    fn stats_fop_inc(&self, fop: StatsFop);
    fn stats_fop_err_inc(&self, fop: StatsFop);
    fn stats_cumulative(&self, fop: StatsFop, value: usize);
}
Expand description

Trait to manipulate per inode statistics metrics.

Required Methods§

Implementors§