rocksdb/util
Yueh-Hsuan Chiang 5c7bf56d35 [RocksDB Options] Support more options in RocksDBOptionParser for sanity check.
Summary:
RocksDBOptionsParser now supports CompressionType and the following
pointer-typed options in RocksDBOptionParser
for sanity check:
  prefix_extractor
  table_factory
  comparator
  compaction_filter
  compaction_filter_factory
  merge_operator
  memtable_factory

In the RocksDB Options file, only high level information about pointer-typed
options are serialized, and those information is only used for verification
/ sanity check purpose.

Test Plan: added more tests in options_test

Reviewers: igor, IslamAbdelRahman, sdong, anthony

Reviewed By: sdong

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D47925
2015-10-02 15:35:32 -07:00
..
aligned_buffer.h Address code review comments both GH and internal 2015-09-11 17:36:48 -07:00
allocator.h
arena_test.cc Relax asserts in arena_test 2015-09-14 11:54:47 -07:00
arena.cc Fix the test failure 2015-09-25 13:55:11 -07:00
arena.h Fixed a compile error in util/arena.h 2015-09-28 11:51:32 -07:00
auto_roll_logger_test.cc
auto_roll_logger.cc
auto_roll_logger.h
autovector_test.cc
autovector.h
bloom_test.cc Skipped tests shouldn't be failures 2015-09-15 18:10:36 -07:00
bloom.cc
build_version.h
cache_bench.cc
cache_test.cc
cache.cc
channel.h
coding_test.cc
coding.cc
coding.h
compaction_job_stats_impl.cc Fix compaction_job_stats under ROCKSDB_LITE 2015-09-14 12:42:06 -07:00
comparator.cc Added Equal method to Comparator interface 2015-09-08 15:30:49 -07:00
compression.h Fixed minor issue in CompressionTypeSupported() 2015-09-09 16:36:19 -07:00
crc32c_test.cc
crc32c.cc
crc32c.h
db_info_dumper.cc Change the log level of DB start-up log from Warn to Header. 2015-09-16 11:31:45 -07:00
db_info_dumper.h
db_test_util.cc PlainTableReader to support non-mmap mode 2015-09-23 11:41:07 -07:00
db_test_util.h PlainTableReader to support non-mmap mode 2015-09-23 11:41:07 -07:00
delete_scheduler_impl.cc Rate limit deletes issued by DestroyDB 2015-08-19 15:02:17 -07:00
delete_scheduler_impl.h Rate limit deletes issued by DestroyDB 2015-08-19 15:02:17 -07:00
delete_scheduler_test.cc Clear SyncPoint Trace in DeleteSchedulerTests 2015-09-28 15:58:50 -07:00
dynamic_bloom_test.cc Skipped tests shouldn't be failures 2015-09-15 18:10:36 -07:00
dynamic_bloom.cc
dynamic_bloom.h
env_hdfs.cc New amalgamation target 2015-10-01 08:29:31 +13:00
env_posix.cc removed unused variable of type Status, fixed indentation 2015-09-18 20:23:50 +02:00
env_test.cc [minor] Reuse SleepingBackgroundTask 2015-09-25 10:29:44 -07:00
env.cc
event_logger_test.cc
event_logger.cc
event_logger.h
file_reader_writer_test.cc Refactor to support file_reader_writer on Windows. 2015-09-11 09:57:02 -07:00
file_reader_writer.cc Address code review comments both GH and internal 2015-09-11 17:36:48 -07:00
file_reader_writer.h RandomAccessFileReader should not inherit RandomAccessFile 2015-09-23 11:00:41 -07:00
file_util.cc Rate limit deletes issued by DestroyDB 2015-08-19 15:02:17 -07:00
file_util.h Rate limit deletes issued by DestroyDB 2015-08-19 15:02:17 -07:00
filelock_test.cc
filter_policy.cc
hash_cuckoo_rep.cc Added Equal method to Comparator interface 2015-09-08 15:30:49 -07:00
hash_cuckoo_rep.h
hash_linklist_rep.cc
hash_linklist_rep.h
hash_skiplist_rep.cc
hash_skiplist_rep.h
hash.cc
hash.h
heap_test.cc
heap.h
histogram_test.cc
histogram.cc
histogram.h
instrumented_mutex.cc
instrumented_mutex.h
iostats_context_imp.h
iostats_context.cc Add options.compaction_measure_io_stats to print write I/O stats in compactions 2015-08-13 16:52:26 -07:00
ldb_cmd_execute_result.h
ldb_cmd_test.cc Remove ldb HexToString method's usage of sscanf 2015-09-23 14:25:46 -07:00
ldb_cmd.cc Fixed broken build due to format specifier 2015-09-08 15:46:16 -07:00
ldb_cmd.h Remove ldb HexToString method's usage of sscanf 2015-09-23 14:25:46 -07:00
ldb_tool.cc
log_buffer.cc
log_buffer.h
log_write_bench.cc
logging.cc
logging.h
manual_compaction_test.cc
memenv_test.cc
memenv.cc Refactor to support file_reader_writer on Windows. 2015-09-11 09:57:02 -07:00
mock_env_test.cc
mock_env.cc Refactor to support file_reader_writer on Windows. 2015-09-11 09:57:02 -07:00
mock_env.h [Cleanup] Remove RandomRWFile 2015-08-12 10:18:59 -07:00
murmurhash.cc
murmurhash.h
mutable_cf_options.cc Add options.hard_pending_compaction_bytes_limit to stop writes if compaction lagging behind 2015-09-14 12:51:16 -07:00
mutable_cf_options.h Add a mode to always pick the oldest file to compact for each level 2015-09-21 17:21:59 -07:00
mutexlock.h
options_builder.cc
options_helper.cc [RocksDB Options] Support more options in RocksDBOptionParser for sanity check. 2015-10-02 15:35:32 -07:00
options_helper.h [RocksDB Options] Support more options in RocksDBOptionParser for sanity check. 2015-10-02 15:35:32 -07:00
options_parser.cc [RocksDB Options] Support more options in RocksDBOptionParser for sanity check. 2015-10-02 15:35:32 -07:00
options_parser.h [RocksDB Options] Support more options in RocksDBOptionParser for sanity check. 2015-10-02 15:35:32 -07:00
options_test.cc [RocksDB Options] Support more options in RocksDBOptionParser for sanity check. 2015-10-02 15:35:32 -07:00
options.cc Add a mode to always pick the oldest file to compact for each level 2015-09-21 17:21:59 -07:00
perf_context_imp.h
perf_context.cc
perf_level_imp.h
perf_level.cc
perf_step_timer.h
posix_logger.h
random.h
rate_limiter_test.cc
rate_limiter.cc
rate_limiter.h Replace BackupRateLimiter with GenericRateLimiter 2015-09-03 17:00:09 -07:00
scoped_arena_iterator.h
skiplistrep.cc
slice_transform_test.cc
slice.cc [RocksDB Options] Support more options in RocksDBOptionParser for sanity check. 2015-10-02 15:35:32 -07:00
sst_dump_test.cc Compression sizes option for sst_dump_tool 2015-07-29 17:42:13 -07:00
sst_dump_tool_imp.h Compression sizes option for sst_dump_tool 2015-07-29 17:42:13 -07:00
sst_dump_tool.cc Remove ldb HexToString method's usage of sscanf 2015-09-23 14:25:46 -07:00
statistics.cc Relax memory order for faster tickers 2015-09-15 10:52:00 -07:00
statistics.h Add Statistics.getHistogramString() to print more detailed outputs of a histogram 2015-08-05 20:05:56 -07:00
status_message.cc Support static Status messages 2015-08-31 16:13:29 -07:00
status.cc Support static Status messages 2015-08-31 16:13:29 -07:00
stl_wrappers.h Unified maps with Comparator for sorting, other cleanup 2015-09-02 13:58:22 -07:00
stop_watch.h
string_util.cc
string_util.h
sync_point.cc
sync_point.h
testharness.cc
testharness.h
testutil.cc Support for SingleDelete() 2015-09-17 11:42:56 -07:00
testutil.h [minor] Reuse SleepingBackgroundTask 2015-09-25 10:29:44 -07:00
thread_list_test.cc
thread_local_test.cc
thread_local.cc Fixed clang-build error in util/thread_local.cc 2015-08-11 13:30:49 -07:00
thread_local.h Fixed clang-build error in util/thread_local.cc 2015-08-11 13:30:49 -07:00
thread_operation.h
thread_status_impl.cc
thread_status_updater_debug.cc
thread_status_updater.cc
thread_status_updater.h
thread_status_util_debug.cc
thread_status_util.cc
thread_status_util.h
vectorrep.cc
xfunc.cc New amalgamation target 2015-10-01 08:29:31 +13:00
xfunc.h
xxhash.cc
xxhash.h