Searched defs:matchingEntries (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DBackendMonitor.java69 private void update(int hitCount, long matchingEntries) argument
75 if (matchingEntries > maxMatchingEntries)
77 maxMatchingEntries = matchingEntries;
221 * @param matchingEntries The number of entries matched by the successful
224 void updateStats(SearchFilter searchFilter, long matchingEntries) argument
238 stats.update(1, matchingEntries);
243 stats.update(1, matchingEntries);
/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java90 private void update(int hitCount, long matchingEntries) argument
96 if(matchingEntries > maxMatchingEntries)
98 maxMatchingEntries = matchingEntries;
342 * @param matchingEntries The number of entries matched by the successful
345 public void updateStats(SearchFilter searchFilter, long matchingEntries) argument
360 stats.update(1, matchingEntries);
365 stats.update(1, matchingEntries);
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java89 private void update(int hitCount, long matchingEntries) argument
95 if(matchingEntries > maxMatchingEntries)
97 maxMatchingEntries = matchingEntries;
347 * @param matchingEntries The number of entries matched by the successful
350 public void updateStats(SearchFilter searchFilter, long matchingEntries) argument
365 stats.update(1, matchingEntries);
370 stats.update(1, matchingEntries);
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java90 private void update(int hitCount, long matchingEntries) argument
96 if(matchingEntries > maxMatchingEntries)
98 maxMatchingEntries = matchingEntries;
342 * @param matchingEntries The number of entries matched by the successful
345 public void updateStats(SearchFilter searchFilter, long matchingEntries) argument
360 stats.update(1, matchingEntries);
365 stats.update(1, matchingEntries);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java90 private void update(int hitCount, long matchingEntries) argument
96 if(matchingEntries > maxMatchingEntries)
98 maxMatchingEntries = matchingEntries;
342 * @param matchingEntries The number of entries matched by the successful
345 public void updateStats(SearchFilter searchFilter, long matchingEntries) argument
360 stats.update(1, matchingEntries);
365 stats.update(1, matchingEntries);
/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java89 private void update(int hitCount, long matchingEntries) argument
95 if(matchingEntries > maxMatchingEntries)
97 maxMatchingEntries = matchingEntries;
347 * @param matchingEntries The number of entries matched by the successful
350 public void updateStats(SearchFilter searchFilter, long matchingEntries) argument
365 stats.update(1, matchingEntries);
370 stats.update(1, matchingEntries);

Completed in 33 milliseconds