Searched defs:endCSN (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java128 private final CSN endCSN; field in class:LDAPReplicationDomain.ScanSearchListener
130 public ScanSearchListener(CSN startCSN, CSN endCSN) argument
133 this.endCSN = endCSN;
142 // and before endCSN and add them to the replayOperations list
149 if (csn.isNewerThan(startCSN) && csn.isOlderThan(endCSN))
4178 CSN endCSN = new CSN(missingChangesDelta, 0xffffffff, getServerId());
4181 new ScanSearchListener(currentStartCSN, endCSN);
4182 op = searchForChangedEntries(getBaseDN(), currentStartCSN, endCSN,
4186 // that are older than the endCSN
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java128 private final CSN endCSN; field in class:LDAPReplicationDomain.ScanSearchListener
130 public ScanSearchListener(CSN startCSN, CSN endCSN) argument
133 this.endCSN = endCSN;
142 // and before endCSN and add them to the replayOperations list
149 if (csn.isNewerThan(startCSN) && csn.isOlderThan(endCSN))
4178 CSN endCSN = new CSN(missingChangesDelta, 0xffffffff, getServerId());
4181 new ScanSearchListener(currentStartCSN, endCSN);
4182 op = searchForChangedEntries(getBaseDN(), currentStartCSN, endCSN,
4186 // that are older than the endCSN
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java153 private final CSN endCSN; field in class:LDAPReplicationDomain.ScanSearchListener
155 public ScanSearchListener(CSN startCSN, CSN endCSN) argument
158 this.endCSN = endCSN;
167 // and before endCSN and add them to the replayOperations list
174 if (csn.isNewerThan(startCSN) && csn.isOlderThan(endCSN))
4060 CSN endCSN = new CSN(missingChangesDelta, 0xffffffff, getServerId());
4063 new ScanSearchListener(currentStartCSN, endCSN);
4064 op = searchForChangedEntries(getBaseDN(), currentStartCSN, endCSN,
4068 // that are older than the endCSN
[all...]

Completed in 42 milliseconds