Searched defs:hits (Results 1 - 11 of 11) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DBackendMonitor.java55 private final AtomicInteger hits = new AtomicInteger(); field in class:BackendMonitor.FilterStats
60 return this.hits.get() - that.hits.get();
65 this.hits.getAndAdd(hitCount);
71 this.hits.getAndAdd(hitCount);
168 value.append(" hits:").append(entry.getValue().hits.get());
282 * before ones with the least hits will be removed.
317 while (lowest.getValue().hits.get() > 1 && it.hasNext())
320 if (entry.getValue().hits
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java78 private final AtomicInteger hits = new AtomicInteger(); field in class:DatabaseEnvironmentMonitor.FilterStats
81 return this.hits.get() - that.hits.get();
86 this.hits.getAndAdd(hitCount);
92 this.hits.getAndAdd(hitCount);
282 stringBuilder.append(" hits:");
283 stringBuilder.append(entry.getValue().hits.get());
404 * before ones with the least hits will be removed.
437 while(lowest.getValue().hits.get() > 1 && i.hasNext())
440 if(entry.getValue().hits
[all...]
/forgerock/opendj2/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java77 private final AtomicInteger hits = new AtomicInteger(); field in class:DatabaseEnvironmentMonitor.FilterStats
80 return this.hits.get() - that.hits.get();
85 this.hits.getAndAdd(hitCount);
91 this.hits.getAndAdd(hitCount);
287 stringBuilder.append(" hits:");
288 stringBuilder.append(entry.getValue().hits.get());
409 * before ones with the least hits will be removed.
442 while(lowest.getValue().hits.get() > 1 && i.hasNext())
445 if(entry.getValue().hits
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java78 private final AtomicInteger hits = new AtomicInteger(); field in class:DatabaseEnvironmentMonitor.FilterStats
81 return this.hits.get() - that.hits.get();
86 this.hits.getAndAdd(hitCount);
92 this.hits.getAndAdd(hitCount);
282 stringBuilder.append(" hits:");
283 stringBuilder.append(entry.getValue().hits.get());
404 * before ones with the least hits will be removed.
437 while(lowest.getValue().hits.get() > 1 && i.hasNext())
440 if(entry.getValue().hits
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java78 private final AtomicInteger hits = new AtomicInteger(); field in class:DatabaseEnvironmentMonitor.FilterStats
81 return this.hits.get() - that.hits.get();
86 this.hits.getAndAdd(hitCount);
92 this.hits.getAndAdd(hitCount);
282 stringBuilder.append(" hits:");
283 stringBuilder.append(entry.getValue().hits.get());
404 * before ones with the least hits will be removed.
437 while(lowest.getValue().hits.get() > 1 && i.hasNext())
440 if(entry.getValue().hits
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/monitors/
H A DDatabaseEnvironmentMonitor.java77 private final AtomicInteger hits = new AtomicInteger(); field in class:DatabaseEnvironmentMonitor.FilterStats
80 return this.hits.get() - that.hits.get();
85 this.hits.getAndAdd(hitCount);
91 this.hits.getAndAdd(hitCount);
287 stringBuilder.append(" hits:");
288 stringBuilder.append(entry.getValue().hits.get());
409 * before ones with the least hits will be removed.
442 while(lowest.getValue().hits.get() > 1 && i.hasNext())
445 if(entry.getValue().hits
[all...]
/forgerock/opendj2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj-b2.6/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2.6.2/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-jel-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...
/forgerock/opendj2-hg/ext/checkstyle/
H A Dcheckstyle-all-4.1.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ANTLRError.class ANTLRError.java package antlr ...

Completed in 138 milliseconds