Home
last modified time | relevance | path

Searched refs:avoid_flush_during_shutdown (Results 1 – 11 of 11) sorted by relevance

/rocksdb-6.9/options/
Ddb_options.cc262 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()
Ddb_options.h104 bool avoid_flush_during_shutdown; member
Doptions_helper.cc134 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/
DMutableDBOptions.java86 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/
D2017-01-06-rocksdb-5-0-1-released.markdown23 …* Add avoid_flush_during_shutdown option, which speeds up DB shutdown by not flushing unpersisted …
/rocksdb-6.9/include/rocksdb/
Doptions.h1051 bool avoid_flush_during_shutdown = false; member
/rocksdb-6.9/test_util/
Dtestutil.cc273 db_opt->avoid_flush_during_shutdown = rnd->Uniform(2); in RandomInitDBOptions()
/rocksdb-6.9/db/
Ddb_options_test.cc449 ASSERT_FALSE(options.avoid_flush_during_shutdown); in TEST_F()
/rocksdb-6.9/java/rocksjni/
Doptions.cc1966 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/
Ddb_impl.cc414 !mutable_db_options_.avoid_flush_during_shutdown) { in CancelAllBackgroundWork()
/rocksdb-6.9/
DHISTORY.md716 * Add avoid_flush_during_shutdown option, which speeds up DB shutdown by not flushing unpersisted d…