Trait rocksdb::TablePropertiesCollectorFactory [−][src]
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>
[src]
&mut self,
cf: u32
) -> Box<dyn TablePropertiesCollector>
Has to be thread-safe.