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

/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java213 private final AtomicReference<RSUpdater> rsUpdater =
214 new AtomicReference<RSUpdater>(null);
385 private class RSUpdater extends DirectoryThread class in class:LDAPReplicationDomain
389 protected RSUpdater(CSN replServerMaxCSN) method in class:LDAPReplicationDomain.RSUpdater
445 // RSUpdater thread has finished its work, let's remove it from memory
446 // so another RSUpdater thread can be started if needed.
2262 final RSUpdater rsUpdater = this.rsUpdater.get();
4114 final RSUpdater rsUpdater = new RSUpdater(replServerMaxCSN);
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java196 private final AtomicReference<RSUpdater> rsUpdater =
197 new AtomicReference<RSUpdater>(null);
413 private class RSUpdater extends DirectoryThread class in class:LDAPReplicationDomain
424 protected RSUpdater(ChangeNumber replServerMaxChangeNumber) method in class:LDAPReplicationDomain.RSUpdater
487 // RSUpdater thread has finished its work, let's remove it from memory
488 // so another RSUpdater thread can be started if needed.
2547 final RSUpdater rsUpdater = this.rsUpdater.get();
4690 final RSUpdater rsUpdater = new RSUpdater(replServerMaxChangeNumber);
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java213 private final AtomicReference<RSUpdater> rsUpdater =
214 new AtomicReference<RSUpdater>(null);
385 private class RSUpdater extends DirectoryThread class in class:LDAPReplicationDomain
389 protected RSUpdater(CSN replServerMaxCSN) method in class:LDAPReplicationDomain.RSUpdater
445 // RSUpdater thread has finished its work, let's remove it from memory
446 // so another RSUpdater thread can be started if needed.
2262 final RSUpdater rsUpdater = this.rsUpdater.get();
4114 final RSUpdater rsUpdater = new RSUpdater(replServerMaxCSN);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java260 private final AtomicReference<RSUpdater> rsUpdater = new AtomicReference<>(null);
407 private class RSUpdater extends DirectoryThread class in class:LDAPReplicationDomain
411 protected RSUpdater(CSN replServerMaxCSN) method in class:LDAPReplicationDomain.RSUpdater
464 // RSUpdater thread has finished its work, let's remove it from memory
465 // so another RSUpdater thread can be started if needed.
2233 final RSUpdater rsUpdater = this.rsUpdater.get();
3997 final RSUpdater rsUpdater = new RSUpdater(replServerMaxCSN);
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java409 private class RSUpdater extends DirectoryThread class in class:LDAPReplicationDomain
415 protected RSUpdater(ChangeNumber replServerMaxChangeNumber) method in class:LDAPReplicationDomain.RSUpdater
4653 new RSUpdater(replServerMaxChangeNumber).start();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java409 private class RSUpdater extends DirectoryThread class in class:LDAPReplicationDomain
415 protected RSUpdater(ChangeNumber replServerMaxChangeNumber) method in class:LDAPReplicationDomain.RSUpdater
4653 new RSUpdater(replServerMaxChangeNumber).start();

Completed in 162 milliseconds