You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mrambacher
b6640c3117
Remove FactoryFunc from LoadXXXObject ( #11203 )
...
Summary:
The primary purpose of the FactoryFunc was to support LITE mode where the ObjectRegistry was not available. With the removal of LITE mode, the function was no longer required.
Note that the MergeOperator had some private classes defined in header files. To gain access to their constructors (and name methods), the class definitions were moved into header files.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/11203
Reviewed By: cbi42
Differential Revision: D43160255
Pulled By: pdillinger
fbshipit-source-id: f3a465fd5d1a7049b73ecf31e4b8c3762f6dae6c
2 years ago
..
cache.cc
Remove FactoryFunc from LoadXXXObject ( #11203 )
2 years ago
cache_bench.cc
Add (& fix) some simple source code checks ( #8821 )
3 years ago
cache_bench_tool.cc
Put Cache and CacheWrapper in new public header ( #11192 )
2 years ago
cache_entry_roles.cc
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
cache_entry_roles.h
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
cache_entry_stats.h
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
cache_helpers.cc
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
cache_helpers.h
Put Cache and CacheWrapper in new public header ( #11192 )
2 years ago
cache_key.cc
Put Cache and CacheWrapper in new public header ( #11192 )
2 years ago
cache_key.h
Derive cache keys from SST unique IDs ( #10394 )
2 years ago
cache_reservation_manager.cc
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
cache_reservation_manager.h
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
cache_reservation_manager_test.cc
Print stack traces on frozen tests in CI ( #10828 )
2 years ago
cache_test.cc
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
charged_cache.cc
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
charged_cache.h
Put Cache and CacheWrapper in new public header ( #11192 )
2 years ago
clock_cache.cc
remove dependency on options.h for port_posix.h andport_win.h ( #11214 )
2 years ago
clock_cache.h
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
compressed_secondary_cache.cc
Customize CompressedSecondaryCache by block kind ( #11204 )
2 years ago
compressed_secondary_cache.h
Customize CompressedSecondaryCache by block kind ( #11204 )
2 years ago
compressed_secondary_cache_test.cc
Customize CompressedSecondaryCache by block kind ( #11204 )
2 years ago
lru_cache.cc
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
lru_cache.h
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
lru_cache_test.cc
Remove RocksDB LITE ( #11147 )
2 years ago
secondary_cache.cc
Major Cache refactoring, CPU efficiency improvement ( #10975 )
2 years ago
sharded_cache.cc
Refactor ShardedCache for more sharing, static polymorphism ( #10801 )
2 years ago
sharded_cache.h
Put Cache and CacheWrapper in new public header ( #11192 )
2 years ago
typed_cache.h
Put Cache and CacheWrapper in new public header ( #11192 )
2 years ago