Searched refs:avoid_flush_during_shutdown (Results 1 – 11 of 11) sorted by relevance
| /rocksdb-6.9/options/ |
| D | db_options.cc | 262 avoid_flush_during_shutdown(false), in MutableDBOptions() 280 avoid_flush_during_shutdown(options.avoid_flush_during_shutdown), in MutableDBOptions() 301 avoid_flush_during_shutdown); in Dump()
|
| D | db_options.h | 104 bool avoid_flush_during_shutdown; member
|
| D | options_helper.cc | 134 options.avoid_flush_during_shutdown = in BuildDBOptions() 135 mutable_db_options.avoid_flush_during_shutdown; in BuildDBOptions() 1642 {offsetof(struct DBOptions, avoid_flush_during_shutdown), 1644 offsetof(struct MutableDBOptions, avoid_flush_during_shutdown)}},
|
| /rocksdb-6.9/java/src/main/java/org/rocksdb/ |
| D | MutableDBOptions.java | 86 avoid_flush_during_shutdown(ValueType.BOOLEAN), enumConstant 183 return setBoolean(DBOption.avoid_flush_during_shutdown, in setAvoidFlushDuringShutdown() 189 return getBoolean(DBOption.avoid_flush_during_shutdown); in avoidFlushDuringShutdown()
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2017-01-06-rocksdb-5-0-1-released.markdown | 23 …* Add avoid_flush_during_shutdown option, which speeds up DB shutdown by not flushing unpersisted …
|
| /rocksdb-6.9/include/rocksdb/ |
| D | options.h | 1051 bool avoid_flush_during_shutdown = false; member
|
| /rocksdb-6.9/test_util/ |
| D | testutil.cc | 273 db_opt->avoid_flush_during_shutdown = rnd->Uniform(2); in RandomInitDBOptions()
|
| /rocksdb-6.9/db/ |
| D | db_options_test.cc | 449 ASSERT_FALSE(options.avoid_flush_during_shutdown); in TEST_F()
|
| /rocksdb-6.9/java/rocksjni/ |
| D | options.cc | 1966 opt->avoid_flush_during_shutdown = in Java_org_rocksdb_Options_setAvoidFlushDuringShutdown() 1978 return static_cast<jboolean>(opt->avoid_flush_during_shutdown); in Java_org_rocksdb_Options_avoidFlushDuringShutdown() 6479 opt->avoid_flush_during_shutdown = in Java_org_rocksdb_DBOptions_setAvoidFlushDuringShutdown() 6491 return static_cast<jboolean>(opt->avoid_flush_during_shutdown); in Java_org_rocksdb_DBOptions_avoidFlushDuringShutdown()
|
| /rocksdb-6.9/db/db_impl/ |
| D | db_impl.cc | 414 !mutable_db_options_.avoid_flush_during_shutdown) { in CancelAllBackgroundWork()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 716 * Add avoid_flush_during_shutdown option, which speeds up DB shutdown by not flushing unpersisted d…
|