Searched refs:no_wal (Results 1 – 13 of 13) sorted by relevance
13 private boolean no_wal; field in EJDB2Builder32 return no_wal; in isNoWal()49 this.no_wal = v; in noWAL()54 this.no_wal = false; in withWAL()149 …eturn new StringJoiner(", ", EJDB2Builder.class.getSimpleName() + "[", "]").add("no_wal=" + no_wal) in toString()
12 private boolean no_wal; field in EJDB2Builder31 return no_wal; in isNoWal()48 this.no_wal = v; in noWAL()53 this.no_wal = false; in withWAL()149 .append("no_wal=").append(no_wal).append(", ") in toString()
21 .no_wal = true in ejdb_test1_3()63 .no_wal = true in ejdb_test1_2()240 .no_wal = true in ejdb_test1_1()
36 .no_wal = true in ejdb_test4_1()140 .no_wal = true in ejdb_test4_2()
19 .no_wal = true in ejdb_test3_1()347 .no_wal = true in ejdb_test3_2()527 .no_wal = true in ejdb_test3_3()698 .no_wal = true in ejdb_test3_4()844 .no_wal = true in ejdb_test3_5()1039 .no_wal = true in ejdb_test3_8()
23 .no_wal = true in ejdb_test2_2()95 .no_wal = true in ejdb_test2_1()
81 .no_wal = !fio_cli_get_i("-w"), in main()
111 bool no_wal; /**< Do not use write-ahead-log. Default: false */ member
1837 kvopts.wal.enabled = !db->opts.no_wal; in ejdb_open()
39 .no_wal = true, in jbr_test1_1()
190 opts.no_wal = e->GetBooleanField(env, optsObj, fid); in Java_com_softmotions_ejdb2_EJDB2__1open()
1010 opts.no_wal = !opts.kv.wal.enabled; in ejd_open_wrapped()
536 jbn->opts.no_wal = !jbn->opts.kv.wal.enabled; in jn_ejdb2impl_ctor()