[][src]Trait rexrocksdb::TablePropertiesCollectorFactory

pub trait TablePropertiesCollectorFactory {
    fn create_table_properties_collector(
        &mut self,
        cf: u32
    ) -> Box<dyn TablePropertiesCollector>; }

Constructs TablePropertiesCollector. Internals create a new TablePropertiesCollector for each new table.

Required methods

fn create_table_properties_collector(
    &mut self,
    cf: u32
) -> Box<dyn TablePropertiesCollector>

Has to be thread-safe.

Loading content...

Implementors

Loading content...