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

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java76 private AtomicInteger requestsTotalCount = new AtomicInteger(0); field in class:HTTPStatistics
104 this.requestsTotalCount.set(0);
114 final int totalCount = this.requestsTotalCount.get();
170 this.requestsTotalCount.incrementAndGet();
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java75 private AtomicInteger requestsTotalCount = new AtomicInteger(0); field in class:HTTPStatistics
103 this.requestsTotalCount.set(0);
113 final int totalCount = this.requestsTotalCount.get();
169 this.requestsTotalCount.incrementAndGet();
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java76 private AtomicInteger requestsTotalCount = new AtomicInteger(0); field in class:HTTPStatistics
104 this.requestsTotalCount.set(0);
114 final int totalCount = this.requestsTotalCount.get();
170 this.requestsTotalCount.incrementAndGet();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java76 private AtomicInteger requestsTotalCount = new AtomicInteger(0); field in class:HTTPStatistics
104 this.requestsTotalCount.set(0);
114 final int totalCount = this.requestsTotalCount.get();
170 this.requestsTotalCount.incrementAndGet();
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java75 private AtomicInteger requestsTotalCount = new AtomicInteger(0); field in class:HTTPStatistics
103 this.requestsTotalCount.set(0);
113 final int totalCount = this.requestsTotalCount.get();
169 this.requestsTotalCount.incrementAndGet();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPStatistics.java73 private AtomicInteger requestsTotalCount = new AtomicInteger(0); field in class:HTTPStatistics
101 this.requestsTotalCount.set(0);
111 final int totalCount = this.requestsTotalCount.get();
159 this.requestsTotalCount.incrementAndGet();

Completed in 31 milliseconds