rocksdb/env
Aaron Gao 44fa8ece9b change use_direct_writes to use_direct_io_for_flush_and_compaction
Summary:
Replace Options::use_direct_writes with Options::use_direct_io_for_flush_and_compaction
Now if Options::use_direct_io_for_flush_and_compaction = true, we will enable direct io for both reads and writes for flush and compaction job. Whereas Options::use_direct_reads controls user reads like iterator and Get().
Closes https://github.com/facebook/rocksdb/pull/2117

Differential Revision: D4860912

Pulled By: lightmark

fbshipit-source-id: d93575a8a5e780cf7e40797287edc425ee648c19
2017-04-13 16:12:04 -07:00
..
env.cc change use_direct_writes to use_direct_io_for_flush_and_compaction 2017-04-13 16:12:04 -07:00
env_basic_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
env_chroot.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
env_chroot.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
env_hdfs.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
env_posix.cc avoid non-existent O_DIRECT on OpenBSD 2017-04-07 10:39:15 -07:00
env_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
io_posix.cc add space for buggy kernel warning 2017-04-13 16:12:04 -07:00
io_posix.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
memenv.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
mock_env.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
mock_env.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
mock_env_test.cc Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00
posix_logger.h Move some files under util/ to separate dirs 2017-04-05 19:09:16 -07:00