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

/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java69 private Map<String, AtomicLong> requestMethodsTotalTime = field in class:HTTPStatistics
94 requestMethodsTotalTime.put(method, new AtomicLong(0));
103 this.requestMethodsTotalTime.clear();
123 for (Entry<String, AtomicLong> entry1 : this.requestMethodsTotalTime
186 AtomicLong nb = this.requestMethodsTotalTime.get(httpMethod.toLowerCase());
/forgerock/opendj2/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java68 private Map<String, AtomicLong> requestMethodsTotalTime = field in class:HTTPStatistics
93 requestMethodsTotalTime.put(method, new AtomicLong(0));
102 this.requestMethodsTotalTime.clear();
122 for (Entry<String, AtomicLong> entry1 : this.requestMethodsTotalTime
185 AtomicLong nb = this.requestMethodsTotalTime.get(httpMethod.toLowerCase());
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java69 private Map<String, AtomicLong> requestMethodsTotalTime = field in class:HTTPStatistics
94 requestMethodsTotalTime.put(method, new AtomicLong(0));
103 this.requestMethodsTotalTime.clear();
123 for (Entry<String, AtomicLong> entry1 : this.requestMethodsTotalTime
186 AtomicLong nb = this.requestMethodsTotalTime.get(httpMethod.toLowerCase());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java69 private Map<String, AtomicLong> requestMethodsTotalTime = field in class:HTTPStatistics
94 requestMethodsTotalTime.put(method, new AtomicLong(0));
103 this.requestMethodsTotalTime.clear();
123 for (Entry<String, AtomicLong> entry1 : this.requestMethodsTotalTime
186 AtomicLong nb = this.requestMethodsTotalTime.get(httpMethod.toLowerCase());
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/
H A DHTTPStatistics.java68 private Map<String, AtomicLong> requestMethodsTotalTime = field in class:HTTPStatistics
93 requestMethodsTotalTime.put(method, new AtomicLong(0));
102 this.requestMethodsTotalTime.clear();
122 for (Entry<String, AtomicLong> entry1 : this.requestMethodsTotalTime
185 AtomicLong nb = this.requestMethodsTotalTime.get(httpMethod.toLowerCase());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/http/
H A DHTTPStatistics.java67 private Map<String, AtomicLong> requestMethodsTotalTime = new HashMap<>(); field in class:HTTPStatistics
91 requestMethodsTotalTime.put(method, new AtomicLong(0));
100 this.requestMethodsTotalTime.clear();
118 for (Entry<String, AtomicLong> entry1 : requestMethodsTotalTime.entrySet())
175 AtomicLong nb = this.requestMethodsTotalTime.get(httpMethod.toLowerCase());

Completed in 70 milliseconds