Searched refs:replicationRequestMax (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.java126 private int replicationRequestMax = 0; field in class:EnvironmentConfig
2364 same missing record again, and so on, up to <code>replicationRequestMax</code>.
2379 @param replicationRequestMax
2383 public void setReplicationRequestMax(final int replicationRequestMax) { argument
2384 this.replicationRequestMax = replicationRequestMax;
2396 return replicationRequestMax;
4036 replicationRequestMax != oldConfig.replicationRequestMax)
4037 dbenv.rep_set_request(replicationRequestMin, replicationRequestMax);
[all...]

Completed in 43 milliseconds