Searched defs:hitCount (Results 1 - 7 of 7) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DBackendMonitor.java63 private void update(int hitCount, LocalizableMessage failureReason) argument
65 this.hits.getAndAdd(hitCount);
69 private void update(int hitCount, long matchingEntries) argument
71 this.hits.getAndAdd(hitCount);
/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java84 private void update(int hitCount, Message failureReason) argument
86 this.hits.getAndAdd(hitCount);
90 private void update(int hitCount, long matchingEntries) argument
92 this.hits.getAndAdd(hitCount);
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java83 private void update(int hitCount, Message failureReason) argument
85 this.hits.getAndAdd(hitCount);
89 private void update(int hitCount, long matchingEntries) argument
91 this.hits.getAndAdd(hitCount);
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java84 private void update(int hitCount, Message failureReason) argument
86 this.hits.getAndAdd(hitCount);
90 private void update(int hitCount, long matchingEntries) argument
92 this.hits.getAndAdd(hitCount);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java84 private void update(int hitCount, Message failureReason) argument
86 this.hits.getAndAdd(hitCount);
90 private void update(int hitCount, long matchingEntries) argument
92 this.hits.getAndAdd(hitCount);
/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java83 private void update(int hitCount, Message failureReason) argument
85 this.hits.getAndAdd(hitCount);
89 private void update(int hitCount, long matchingEntries) argument
91 this.hits.getAndAdd(hitCount);
/forgerock/authenticator-android-v2/app/libs/
H A Dpicasso-2.4.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 53 milliseconds