rocksdb/utilities/blob_db
Siying Dong 21696ba502 Replace dynamic_cast<>
Summary:
Replace dynamic_cast<> so that users can choose to build with RTTI off, so that they can save several bytes per object, and get tiny more memory available.
Some nontrivial changes:
1. Add Comparator::GetRootComparator() to get around the internal comparator hack
2. Add the two experiemental functions to DB
3. Add TableFactory::GetOptionString() to avoid unnecessary casting to get the option string
4. Since 3 is done, move the parsing option functions for table factory to table factory files too, to be symmetric.
Closes https://github.com/facebook/rocksdb/pull/2645

Differential Revision: D5502723

Pulled By: siying

fbshipit-source-id: fd13cec5601cf68a554d87bfcf056f2ffa5fbf7c
2017-07-28 16:27:16 -07:00
..
blob_db_impl.cc Replace dynamic_cast<> 2017-07-28 16:27:16 -07:00
blob_db_impl.h Blob DB TTL extractor 2017-07-27 23:26:04 -07:00
blob_db_options_impl.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_db_options_impl.h Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_db_test.cc Blob DB TTL extractor 2017-07-27 23:26:04 -07:00
blob_db.cc Blob DB TTL extractor 2017-07-27 23:26:04 -07:00
blob_db.h Move blob_db/ttl_extractor.h into blob_db/blob_db.h 2017-07-28 14:28:21 -07:00
blob_dump_tool.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_dump_tool.h Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_file.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_log_format.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_log_format.h Blob DB TTL extractor 2017-07-27 23:26:04 -07:00
blob_log_reader.cc Revert "comment out unused parameters" 2017-07-21 18:26:26 -07:00
blob_log_reader.h Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_log_writer.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
blob_log_writer.h Change RocksDB License 2017-07-15 16:11:23 -07:00
ttl_extractor.cc Move blob_db/ttl_extractor.h into blob_db/blob_db.h 2017-07-28 14:28:21 -07:00