rocksdb/util
Igor Canadi f7489123e2 Move compaction picker and internal key comparator to ColumnFamilyData
Summary: Compaction picker and internal key comparator are different for each column family (not global), so they should live in ColumnFamilyData

Test Plan: make check

Reviewers: dhruba, haobo

CC: leveldb

Differential Revision: https://reviews.facebook.net/D15801
2014-01-31 16:06:55 -08:00
..
arena_impl.cc Separate the aligned and unaligned memory allocation 2014-01-08 15:11:42 -08:00
arena_impl.h Separate the aligned and unaligned memory allocation 2014-01-08 15:11:42 -08:00
arena_test.cc fix compile warning 2014-01-10 17:56:35 +08:00
auto_roll_logger.cc
auto_roll_logger.h
auto_roll_logger_test.cc
autovector.h Fix all the comparison issue in fb dev servers 2013-12-26 16:13:49 -08:00
autovector_test.cc Fix issue #57 2014-01-06 11:11:19 -08:00
bit_set.h
blob_store.cc
blob_store.h
blob_store_test.cc
bloom.cc
bloom_test.cc
build_version.h
cache.cc Add a call DisownData() to Cache, which should speed up shutdown 2014-01-24 14:57:52 -08:00
cache_test.cc
coding.cc Moving Some includes from options.h to forward declaration 2014-01-24 17:16:22 -08:00
coding.h Moving Some includes from options.h to forward declaration 2014-01-24 17:16:22 -08:00
coding_test.cc
comparator.cc
crc32c.cc
crc32c.h
crc32c_test.cc
env.cc
env_hdfs.cc Fsync directory after we create a new file 2014-01-27 11:02:21 -08:00
env_posix.cc Fsync directory after we create a new file 2014-01-27 11:02:21 -08:00
env_test.cc
filelock_test.cc
filter_policy.cc
hash.cc
hash.h
hash_skiplist_rep.cc Remove the unnecessary use of shared_ptr 2014-01-15 18:22:01 -08:00
hash_skiplist_rep.h Remove the unnecessary use of shared_ptr 2014-01-15 18:22:01 -08:00
histogram.cc Statistics code cleanup 2014-01-17 12:46:06 -08:00
histogram.h Statistics code cleanup 2014-01-17 12:46:06 -08:00
histogram_test.cc
ldb_cmd.cc Change ColumnFamilyData from struct to class 2014-01-29 15:18:36 -08:00
ldb_cmd.h
ldb_cmd_execute_result.h
ldb_tool.cc
logging.cc
logging.h
manual_compaction_test.cc Fix CompactRange to apply filter to every key 2014-01-14 16:19:09 -08:00
murmurhash.cc
murmurhash.h
mutexlock.h
options.cc Move compaction picker and internal key comparator to ColumnFamilyData 2014-01-31 16:06:55 -08:00
perf_context.cc
perf_context_imp.h
posix_logger.h only try to use fallocate if it's actually present on the system 2013-12-10 22:34:19 -08:00
random.h
signal_test.cc
skiplistrep.cc Remove the unnecessary use of shared_ptr 2014-01-15 18:22:01 -08:00
slice.cc
stack_trace.h
statistics.cc convert Tickers back to array with padding and alignment 2014-01-29 15:08:41 -08:00
statistics.h convert Tickers back to array with padding and alignment 2014-01-29 15:08:41 -08:00
stats_logger.h
status.cc Avoid malloc in NotFound key status if no message is given. 2013-12-26 16:23:10 -08:00
stl_wrappers.h
stop_watch.h Statistics code cleanup 2014-01-17 12:46:06 -08:00
string_util.cc
string_util.h
testharness.cc
testharness.h
testutil.cc
testutil.h
vectorrep.cc Remove the unnecessary use of shared_ptr 2014-01-15 18:22:01 -08:00