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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DEnvironmentConfig.java163 private boolean directLogIO = false; field in class:EnvironmentConfig
512 @param directLogIO
515 public void setDirectLogIO(final boolean directLogIO) { argument
516 this.directLogIO = directLogIO;
530 return directLogIO;
3921 if (directLogIO != oldConfig.directLogIO)
3922 dbenv.log_set_config(DbConstants.DB_LOG_DIRECT, directLogIO);
4127 directLogIO
[all...]

Completed in 107 milliseconds