Searched defs:modifyRequests (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupStatistics.java64 private AtomicLong modifyRequests = new AtomicLong(0); field in class:NetworkGroupStatistics
116 modifyRequests.getAndIncrement();
210 String.valueOf(modifyRequests.get())));
/forgerock/opendj2/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupStatistics.java63 private AtomicLong modifyRequests = new AtomicLong(0); field in class:NetworkGroupStatistics
115 modifyRequests.getAndIncrement();
209 String.valueOf(modifyRequests.get())));
/forgerock/opendj2.6.2/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupStatistics.java64 private AtomicLong modifyRequests = new AtomicLong(0); field in class:NetworkGroupStatistics
116 modifyRequests.getAndIncrement();
210 String.valueOf(modifyRequests.get())));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupStatistics.java64 private AtomicLong modifyRequests = new AtomicLong(0); field in class:NetworkGroupStatistics
116 modifyRequests.getAndIncrement();
210 String.valueOf(modifyRequests.get())));
/forgerock/opendj2-hg/src/server/org/opends/server/core/networkgroups/
H A DNetworkGroupStatistics.java63 private AtomicLong modifyRequests = new AtomicLong(0); field in class:NetworkGroupStatistics
115 modifyRequests.getAndIncrement();
209 String.valueOf(modifyRequests.get())));
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java93 private AtomicLong modifyRequests = new AtomicLong(0); field in class:LDAPStatistics
223 long tmpModifyRequests = modifyRequests.get();
304 attrs.add(createAttribute("modifyRequests", String
426 modifyRequests.set(0);
549 modifyRequests.getAndIncrement();
938 return modifyRequests.get();
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java92 private AtomicLong modifyRequests = new AtomicLong(0); field in class:LDAPStatistics
222 long tmpModifyRequests = modifyRequests.get();
303 attrs.add(createAttribute("modifyRequests", String
425 modifyRequests.set(0);
548 modifyRequests.getAndIncrement();
937 return modifyRequests.get();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java93 private AtomicLong modifyRequests = new AtomicLong(0); field in class:LDAPStatistics
223 long tmpModifyRequests = modifyRequests.get();
304 attrs.add(createAttribute("modifyRequests", String
426 modifyRequests.set(0);
549 modifyRequests.getAndIncrement();
938 return modifyRequests.get();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java93 private AtomicLong modifyRequests = new AtomicLong(0); field in class:LDAPStatistics
223 long tmpModifyRequests = modifyRequests.get();
304 attrs.add(createAttribute("modifyRequests", String
426 modifyRequests.set(0);
549 modifyRequests.getAndIncrement();
938 return modifyRequests.get();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java92 private AtomicLong modifyRequests = new AtomicLong(0); field in class:LDAPStatistics
222 long tmpModifyRequests = modifyRequests.get();
303 attrs.add(createAttribute("modifyRequests", String
425 modifyRequests.set(0);
548 modifyRequests.getAndIncrement();
937 return modifyRequests.get();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPStatistics.java93 private AtomicLong modifyRequests = new AtomicLong(0); field in class:LDAPStatistics
217 long tmpModifyRequests = modifyRequests.get();
278 attrs.add(createAttribute("modifyRequests", tmpModifyRequests));
356 modifyRequests.set(0);
479 modifyRequests.getAndIncrement();
862 return modifyRequests.get();

Completed in 80 milliseconds