Searched defs:ImmutableDBOptions (Results 1 – 2 of 2) sorted by relevance
15 struct ImmutableDBOptions { struct21 bool create_if_missing;23 bool error_if_exists;24 bool paranoid_checks;25 Env* env;33 bool use_fsync;36 std::string wal_dir;53 bool allow_fallocate;65 bool unordered_write;73 bool allow_2pc;[all …]
21 ImmutableDBOptions::ImmutableDBOptions() : ImmutableDBOptions(Options()) {} in ImmutableDBOptions() function in ROCKSDB_NAMESPACE::ImmutableDBOptions23 ImmutableDBOptions::ImmutableDBOptions(const DBOptions& options) in ImmutableDBOptions() function in ROCKSDB_NAMESPACE::ImmutableDBOptions