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

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java126 // add them to the replayOperations list
135 synchronized (replayOperations)
137 replayOperations.put(cn, op);
223 private final SortedMap<ChangeNumber, FakeOperation> replayOperations = field in class:LDAPReplicationDomain
444 synchronized(replayOperations)
446 replayOperations.clear();
1810 synchronized (replayOperations)
1812 int size = replayOperations.size();
1815 replayOperations.remove(replayOperations
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java142 // and before endCSN and add them to the replayOperations list
151 synchronized (replayOperations)
153 replayOperations.put(csn, op);
236 private final SortedMap<CSN, FakeOperation> replayOperations = field in class:LDAPReplicationDomain
414 synchronized(replayOperations)
416 replayOperations.clear();
1606 synchronized (replayOperations)
1608 int size = replayOperations.size();
1611 replayOperations.remove(replayOperations
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java127 // add them to the replayOperations list
136 synchronized (replayOperations)
138 replayOperations.put(cn, op);
226 private final SortedMap<ChangeNumber, FakeOperation> replayOperations = field in class:LDAPReplicationDomain
453 synchronized(replayOperations)
455 replayOperations.clear();
1831 synchronized (replayOperations)
1833 int size = replayOperations.size();
1836 replayOperations.remove(replayOperations
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java126 // add them to the replayOperations list
135 synchronized (replayOperations)
137 replayOperations.put(cn, op);
223 private final SortedMap<ChangeNumber, FakeOperation> replayOperations = field in class:LDAPReplicationDomain
444 synchronized(replayOperations)
446 replayOperations.clear();
1810 synchronized (replayOperations)
1812 int size = replayOperations.size();
1815 replayOperations.remove(replayOperations
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java142 // and before endCSN and add them to the replayOperations list
151 synchronized (replayOperations)
153 replayOperations.put(csn, op);
236 private final SortedMap<CSN, FakeOperation> replayOperations = field in class:LDAPReplicationDomain
414 synchronized(replayOperations)
416 replayOperations.clear();
1606 synchronized (replayOperations)
1608 int size = replayOperations.size();
1611 replayOperations.remove(replayOperations
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java167 // and before endCSN and add them to the replayOperations list
176 synchronized (replayOperations)
178 replayOperations.put(csn, op);
282 private final SortedMap<CSN, FakeOperation> replayOperations = new TreeMap<>(); field in class:LDAPReplicationDomain
433 synchronized(replayOperations)
435 replayOperations.clear();
1584 synchronized (replayOperations)
1586 int size = replayOperations.size();
1589 replayOperations.remove(replayOperations
[all...]

Completed in 47 milliseconds