Searched defs:operationsPerformed (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java170 private final AtomicLong operationsPerformed = new AtomicLong(0); field in class:HTTPClientConnection
683 operationsPerformed.incrementAndGet();
801 return this.operationsPerformed.get();
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java169 private final AtomicLong operationsPerformed = new AtomicLong(0); field in class:HTTPClientConnection
682 operationsPerformed.incrementAndGet();
800 return this.operationsPerformed.get();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java170 private final AtomicLong operationsPerformed = new AtomicLong(0); field in class:HTTPClientConnection
683 operationsPerformed.incrementAndGet();
801 return this.operationsPerformed.get();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java170 private final AtomicLong operationsPerformed = new AtomicLong(0); field in class:HTTPClientConnection
683 operationsPerformed.incrementAndGet();
801 return this.operationsPerformed.get();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPClientConnection.java169 private final AtomicLong operationsPerformed = new AtomicLong(0); field in class:HTTPClientConnection
682 operationsPerformed.incrementAndGet();
800 return this.operationsPerformed.get();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPClientConnection.java180 private final AtomicLong operationsPerformed = new AtomicLong(0); field in class:HTTPClientConnection
684 operationsPerformed.incrementAndGet();
785 return this.operationsPerformed.get();
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java394 private final AtomicLong operationsPerformed; field in class:LDAPClientConnection
485 operationsPerformed = new AtomicLong(0);
1571 return operationsPerformed.get();
1666 operationsPerformed.getAndIncrement();
/forgerock/opendj2/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java393 private final AtomicLong operationsPerformed; field in class:LDAPClientConnection
485 operationsPerformed = new AtomicLong(0);
1577 return operationsPerformed.get();
1672 operationsPerformed.getAndIncrement();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java394 private final AtomicLong operationsPerformed; field in class:LDAPClientConnection
485 operationsPerformed = new AtomicLong(0);
1571 return operationsPerformed.get();
1666 operationsPerformed.getAndIncrement();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java394 private final AtomicLong operationsPerformed; field in class:LDAPClientConnection
485 operationsPerformed = new AtomicLong(0);
1571 return operationsPerformed.get();
1666 operationsPerformed.getAndIncrement();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java393 private final AtomicLong operationsPerformed; field in class:LDAPClientConnection
485 operationsPerformed = new AtomicLong(0);
1577 return operationsPerformed.get();
1672 operationsPerformed.getAndIncrement();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java389 private final AtomicLong operationsPerformed; field in class:LDAPClientConnection
476 operationsPerformed = new AtomicLong(0);
1521 return operationsPerformed.get();
1611 operationsPerformed.getAndIncrement();

Completed in 56 milliseconds