Searched defs:numSentUpdates (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java190 private AtomicInteger numSentUpdates = new AtomicInteger(0); field in class:ReplicationDomain
658 if (numSentUpdates != null)
659 return numSentUpdates.get();
2915 numSentUpdates = new AtomicInteger(0);
3424 numSentUpdates.incrementAndGet();
/forgerock/opendj2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java268 private AtomicInteger numSentUpdates = new AtomicInteger(0); field in class:ReplicationDomain
751 if (numSentUpdates != null)
753 return numSentUpdates.get();
2923 numSentUpdates = new AtomicInteger(0);
3435 numSentUpdates.incrementAndGet();
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java191 private AtomicInteger numSentUpdates = new AtomicInteger(0); field in class:ReplicationDomain
659 if (numSentUpdates != null)
660 return numSentUpdates.get();
2916 numSentUpdates = new AtomicInteger(0);
3428 numSentUpdates.incrementAndGet();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java190 private AtomicInteger numSentUpdates = new AtomicInteger(0); field in class:ReplicationDomain
658 if (numSentUpdates != null)
659 return numSentUpdates.get();
2915 numSentUpdates = new AtomicInteger(0);
3424 numSentUpdates.incrementAndGet();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/service/
H A DReplicationDomain.java268 private AtomicInteger numSentUpdates = new AtomicInteger(0); field in class:ReplicationDomain
751 if (numSentUpdates != null)
753 return numSentUpdates.get();
2923 numSentUpdates = new AtomicInteger(0);
3435 numSentUpdates.incrementAndGet();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/service/
H A DReplicationDomain.java251 private AtomicInteger numSentUpdates = new AtomicInteger(0); field in class:ReplicationDomain
721 if (numSentUpdates != null)
723 return numSentUpdates.get();
2882 numSentUpdates = new AtomicInteger(0);
3394 numSentUpdates.incrementAndGet();

Completed in 74 milliseconds