Trait engine_rocks::raw::TablePropertiesCollectorFactory [−][src]
Constructs TablePropertiesCollector.
Internals create a new TablePropertiesCollector for each new table.
Required methods
pub fn create_table_properties_collector(
&mut self,
cf: u32
) -> Box<dyn TablePropertiesCollector + 'static, Global>[src]
&mut self,
cf: u32
) -> Box<dyn TablePropertiesCollector + 'static, Global>
Has to be thread-safe.
Implementors
impl TablePropertiesCollectorFactory for MvccPropertiesCollectorFactory[src]
fn create_table_properties_collector(
&mut self,
_: u32
) -> Box<dyn TablePropertiesCollector>[src]
&mut self,
_: u32
) -> Box<dyn TablePropertiesCollector>
impl TablePropertiesCollectorFactory for RangePropertiesCollectorFactory[src]
fn create_table_properties_collector(
&mut self,
_: u32
) -> Box<dyn TablePropertiesCollector>[src]
&mut self,
_: u32
) -> Box<dyn TablePropertiesCollector>
impl TablePropertiesCollectorFactory for TtlPropertiesCollectorFactory[src]
fn create_table_properties_collector(
&mut self,
_: u32
) -> Box<dyn TablePropertiesCollector>[src]
&mut self,
_: u32
) -> Box<dyn TablePropertiesCollector>