Searched refs:txnMaxActive (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.java132 private int txnMaxActive = 0; field in class:EnvironmentConfig
3226 Configure the database environment to support at least txnMaxActive
3254 @param txnMaxActive
3258 public void setTxnMaxActive(final int txnMaxActive) { argument
3259 this.txnMaxActive = txnMaxActive;
3273 return txnMaxActive;
4054 if (txnMaxActive != oldConfig.txnMaxActive)
4055 dbenv.set_tx_max(txnMaxActive);
[all...]

Completed in 102 milliseconds