Searched refs:noSync (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DTransactionConfig.java36 private boolean noSync = false; field in class:TransactionConfig
168 @param noSync
178 public void setNoSync(final boolean noSync) { argument
179 this.noSync = noSync;
191 return noSync;
348 flags |= noSync ? DbConstants.DB_TXN_NOSYNC : 0;
H A DDatabase.java133 @param noSync
134 Do not flush cached information to disk. The noSync parameter is a
156 public void close(final boolean noSync) argument
159 db.close(noSync ? DbConstants.DB_NOSYNC : 0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/
H A DTpcbExample.java80 int cachesize, boolean noSync)
92 config.setTxnNoSync(noSync);
78 TpcbExample(File home, int accounts, int branches, int tellers, int history, int cachesize, boolean noSync) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.c31467 u8 noSync; /* Do not sync the journal if true */ member in struct:Pager
[all...]

Completed in 503 milliseconds