Home
last modified time | relevance | path

Searched refs:AdaptiveTableFactory (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/table/adaptive/
Dadaptive_table_factory.cc15 AdaptiveTableFactory::AdaptiveTableFactory( in AdaptiveTableFactory() function in ROCKSDB_NAMESPACE::AdaptiveTableFactory
44 Status AdaptiveTableFactory::NewTableReader( in NewTableReader()
71 TableBuilder* AdaptiveTableFactory::NewTableBuilder( in NewTableBuilder()
78 std::string AdaptiveTableFactory::GetPrintableTableOptions() const { in GetPrintableTableOptions()
119 return new AdaptiveTableFactory(table_factory_to_write, in NewAdaptiveTableFactory()
Dadaptive_table_factory.h24 class AdaptiveTableFactory : public TableFactory {
26 ~AdaptiveTableFactory() {} in ~AdaptiveTableFactory()
28 explicit AdaptiveTableFactory(
/rocksdb-6.9/docs/_posts/
D2014-06-27-rocksdb-3-2-release.markdown17 …* Add AdaptiveTableFactory, which is used to convert from a DB of PlainTable to BlockBasedTabe, or…
/rocksdb-6.9/
DHISTORY.md1064 * Add AdaptiveTableFactory, which is used to convert from a DB of PlainTable to BlockBasedTabe, or …